ILinksHolder Methods
Declares methods that are common to objects displaying bar item links.
Name | Description |
---|---|
Add |
Adds a routed event handler for a specific routed event to an element.
Inherited from IInput |
Capture |
Attempts to force capture of the mouse to this element.
Inherited from IInput |
Capture |
Attempts to force capture of the stylus to this element.
Inherited from IInput |
Focus() |
Attempts to focus the keyboard on this element.
Inherited from IInput |
Get |
Gets the default size of items’ glyphs when the items are displayed in a container of the specified type. |
Get |
Gets an enumerator used to iterate through bar item links. |
Merge |
Adds the visible links from the specified link container onto the current link container. |
On |
This method is called before a bar item link is added to the current link holder. |
On |
This method is called before a bar item link is removed from the current link holder. |
Raise |
Raises the routed event that is specified by the Routed |
Release |
Releases the mouse capture, if this element holds the capture.
Inherited from IInput |
Release |
Releases the stylus capture, if this element holds the capture.
Inherited from IInput |
Remove |
Removes all instances of the specified routed event handler from this element.
Inherited from IInput |
Un |
Removes the links of other link containers from the current link container. This method is in effect when other link containers have been merged with the current container. |
Un |
Removes the links of the specified link container from the current link container. This method is in effect when the specified link container has been merged with the current container. |
See Also