Skip to main content
Bar

ILinksHolder Properties

Declares methods that are common to objects displaying bar item links.
Name Description
ActualLinks Returns the links currently displayed by the link container.
CustomItemsGlyphSize Gets or sets the size of the glyph for the bar items within the current ILinksHolder implementation. This property affects the glyph size if the bar item’s GlyphSize property is set to Custom.
CustomizedItems This property supports the internal infrastructure and is not intended to be used directly from your code.
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 This member supports the internal infrastructure, and is not intended to be used directly from your code.
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.
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 Provides access to BarItems displayed within the parent container, derived from the ILinksHolder interface.
ItemsGlyphSize Gets the size of images used by bar item links owned by the current object.
ItemsSource Gets a collection of objects providing information to generate and initialize BarItemLinks for the ILinksHolder interface.
Links Gets the collection of links owned by the current object.
MergedChildren Gets the links that have been merged with the current container.
MergedParent Gets a parent link container with which the current child link container has been merged.
ShowDescription Gets or sets whether descriptions are displayed for links owned by the current container.
See Also