Skip to main content
Bar

ILinksHolder Properties
Show Inherited Hide Inherited

Declares methods that are common to objects displaying bar item links.
Name Description
ActualLinks Returns the links currently displayed by the link container.
Focusable Gets or sets a value that indicates whether focus can be set to this element. Inherited from IInputElement.
HolderType Gets the type of the parent object displaying bar item links.
ImmediateActionsManager
IsEnabled Gets a value that indicates whether this element is enabled in the user interface (UI). Inherited from IInputElement.
IsKeyboardFocused Gets a value that indicates whether this element has keyboard focus. Inherited from IInputElement.
IsKeyboardFocusWithin Gets a value that indicates whether keyboard focus is anywhere inside the element bounds, including if keyboard focus is inside the bounds of any visual child elements. Inherited from IInputElement.
IsMergedState Gets whether other link containers have been merged with the current container.
IsMouseCaptured Gets a value that indicates whether the mouse is captured to this element. Inherited from IInputElement.
IsMouseDirectlyOver Gets a value that indicates whether the mouse pointer is over this element in the strictest hit testing sense. Inherited from IInputElement.
IsMouseOver Gets a value that indicates whether the mouse pointer is located over this element (including visual children elements that are inside its bounds). Inherited from IInputElement.
IsStylusCaptured Gets a value that indicates whether the stylus is captured to this element. Inherited from IInputElement.
IsStylusDirectlyOver Gets a value that indicates whether the stylus is over this element in the strictest hit testing sense. Inherited from IInputElement.
IsStylusOver Gets a value that indicates whether the stylus is located over this element (or over visual child elements that are inside its bounds). Inherited from IInputElement.
Items
ItemsGlyphSize Gets the size of images used by bar item links owned by the current object.
Links Gets the collection of links owned by the current object.
MergedLinks Gets the links currently displayed by the link container, including the links that have been merged with the container.
MergedParent
ShowDescription Gets or sets whether descriptions are displayed for links owned by the current container.
See Also