Back to Devexpress

ILinksHolder Members

wpf-devexpress-dot-xpf-dot-bars-dot-ilinksholder-dot-underscore-members.md

latest26.9 KB
Original Source

ILinksHolder Members

Declares methods that are common to objects displaying bar item links.

Properties

NameDescription
ActualLinksReturns the links currently displayed by the link container.
CustomItemsGlyphSizeGets 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.
CustomizedItemsThis property supports the internal infrastructure and is not intended to be used directly from your code.
FocusableGets or sets a value that indicates whether focus can be set to this element. Inherited from IInputElement.
HolderTypeGets the type of the parent object displaying bar item links.
ImmediateActionsManagerThis member supports the internal infrastructure, and is not intended to be used directly from your code.
IsEnabledGets a value that indicates whether this element is enabled in the user interface (UI). Inherited from IInputElement.
IsKeyboardFocusedGets a value that indicates whether this element has keyboard focus. Inherited from IInputElement.
IsKeyboardFocusWithinGets 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.
IsMouseCapturedGets a value that indicates whether the mouse is captured to this element. Inherited from IInputElement.
IsMouseDirectlyOverGets a value that indicates whether the mouse pointer is over this element in the strictest hit testing sense. Inherited from IInputElement.
IsMouseOverGets 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.
IsStylusCapturedGets a value that indicates whether the stylus is captured to this element. Inherited from IInputElement.
IsStylusDirectlyOverGets a value that indicates whether the stylus is over this element in the strictest hit testing sense. Inherited from IInputElement.
IsStylusOverGets 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.
ItemsProvides access to BarItems displayed within the parent container, derived from the ILinksHolder interface.
ItemsGlyphSizeGets the size of images used by bar item links owned by the current object.
ItemsSourceGets a collection of objects providing information to generate and initialize BarItemLinks for the ILinksHolder interface.
LinksGets the collection of links owned by the current object.
MergedChildrenGets the links that have been merged with the current container.
MergedParentGets a parent link container with which the current child link container has been merged.
ShowDescriptionGets or sets whether descriptions are displayed for links owned by the current container.

Methods

NameDescription
AddHandler(RoutedEvent, Delegate)Adds a routed event handler for a specific routed event to an element. Inherited from IInputElement.
CaptureMouse()Attempts to force capture of the mouse to this element. Inherited from IInputElement.
CaptureStylus()Attempts to force capture of the stylus to this element. Inherited from IInputElement.
Focus()Attempts to focus the keyboard on this element. Inherited from IInputElement.
GetDefaultItemsGlyphSize(LinkContainerType)Gets the default size of items’ glyphs when the items are displayed in a container of the specified type.
GetLogicalChildrenEnumerator()Gets an enumerator used to iterate through bar item links.
Merge(ILinksHolder)Adds the visible links from the specified link container onto the current link container.
OnLinkAdded(BarItemLinkBase)This method is called before a bar item link is added to the current link holder.
OnLinkRemoved(BarItemLinkBase)This method is called before a bar item link is removed from the current link holder.
RaiseEvent(RoutedEventArgs)Raises the routed event that is specified by the RoutedEvent property within the provided RoutedEventArgs. Inherited from IInputElement.
ReleaseMouseCapture()Releases the mouse capture, if this element holds the capture. Inherited from IInputElement.
ReleaseStylusCapture()Releases the stylus capture, if this element holds the capture. Inherited from IInputElement.
RemoveHandler(RoutedEvent, Delegate)Removes all instances of the specified routed event handler from this element. Inherited from IInputElement.
UnMerge()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.
UnMerge(ILinksHolder)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.

Events

NameDescription
ActualLinksChangedOccurs whenever the ILinksHolder.ActualLinks collection for this holder changes.
GotKeyboardFocusOccurs when the keyboard is focused on this element. Inherited from IInputElement.
GotMouseCaptureOccurs when the element captures the mouse. Inherited from IInputElement.
GotStylusCaptureOccurs when the element captures the stylus. Inherited from IInputElement.
KeyDownOccurs when a key is pressed while the keyboard is focused on this element. Inherited from IInputElement.
KeyUpOccurs when a key is released while the keyboard is focused on this element. Inherited from IInputElement.
LostKeyboardFocusOccurs when the keyboard is no longer focused on this element. Inherited from IInputElement.
LostMouseCaptureOccurs when this element loses mouse capture. Inherited from IInputElement.
LostStylusCaptureOccurs when this element loses stylus capture. Inherited from IInputElement.
MouseEnterOccurs when the mouse pointer enters the bounds of this element. Inherited from IInputElement.
MouseLeaveOccurs when the mouse pointer leaves the bounds of this element. Inherited from IInputElement.
MouseLeftButtonDownOccurs when the left mouse button is pressed while the mouse pointer is over the element. Inherited from IInputElement.
MouseLeftButtonUpOccurs when the left mouse button is released while the mouse pointer is over the element. Inherited from IInputElement.
MouseMoveOccurs when the mouse pointer moves while the mouse pointer is over the element. Inherited from IInputElement.
MouseRightButtonDownOccurs when the right mouse button is pressed while the mouse pointer is over the element. Inherited from IInputElement.
MouseRightButtonUpOccurs when the right mouse button is released while the mouse pointer is over the element. Inherited from IInputElement.
MouseWheelOccurs when the mouse wheel moves while the mouse pointer is over this element. Inherited from IInputElement.
PreviewGotKeyboardFocusOccurs when the keyboard is focused on this element. Inherited from IInputElement.
PreviewKeyDownOccurs when a key is pressed while the keyboard is focused on this element. Inherited from IInputElement.
PreviewKeyUpOccurs when a key is released while the keyboard is focused on this element. Inherited from IInputElement.
PreviewLostKeyboardFocusOccurs when the keyboard is no longer focused on this element. Inherited from IInputElement.
PreviewMouseLeftButtonDownOccurs when the left mouse button is pressed while the mouse pointer is over the element. Inherited from IInputElement.
PreviewMouseLeftButtonUpOccurs when the left mouse button is released while the mouse pointer is over the element. Inherited from IInputElement.
PreviewMouseMoveOccurs when the mouse pointer moves while the mouse pointer is over the element. Inherited from IInputElement.
PreviewMouseRightButtonDownOccurs when the right mouse button is pressed while the mouse pointer is over the element. Inherited from IInputElement.
PreviewMouseRightButtonUpOccurs when the right mouse button is released while the mouse pointer is over the element. Inherited from IInputElement.
PreviewMouseWheelOccurs when the mouse wheel moves while the mouse pointer is over this element. Inherited from IInputElement.
PreviewStylusButtonDownOccurs when the stylus button is pressed down while the stylus is over this element. Inherited from IInputElement.
PreviewStylusButtonUpOccurs when the stylus button is released while the stylus is over this element. Inherited from IInputElement.
PreviewStylusDownOccurs when the stylus touches the digitizer while over this element. Inherited from IInputElement.
PreviewStylusInAirMoveOccurs when the stylus moves over an element, but without touching the digitizer. Inherited from IInputElement.
PreviewStylusInRangeOccurs when the stylus is close enough to the digitizer to be detected. Inherited from IInputElement.
PreviewStylusMoveOccurs when the stylus moves while the stylus is over the element. Inherited from IInputElement.
PreviewStylusOutOfRangeOccurs when the stylus is too far from the digitizer to be detected. Inherited from IInputElement.
PreviewStylusSystemGestureOccurs when one of several stylus gestures are detected, for example, Tap or Drag. Inherited from IInputElement.
PreviewStylusUpOccurs when the stylus is raised off the digitizer while over this element. Inherited from IInputElement.
PreviewTextInputOccurs when this element gets text in a device-independent manner. Inherited from IInputElement.
StylusButtonDownOccurs when the stylus button is pressed while the stylus is over this element. Inherited from IInputElement.
StylusButtonUpOccurs when the stylus button is released while the stylus is over this element. Inherited from IInputElement.
StylusDownOccurs when the stylus touches the digitizer while over this element. Inherited from IInputElement.
StylusEnterOccurs when the stylus cursor enters the bounds of the element. Inherited from IInputElement.
StylusInAirMoveOccurs when the stylus moves over an element, but without touching the digitizer. Inherited from IInputElement.
StylusInRangeOccurs when the stylus is close enough to the digitizer to be detected. Inherited from IInputElement.
StylusLeaveOccurs when the stylus cursor leaves the bounds of the element. Inherited from IInputElement.
StylusMoveOccurs when the stylus cursor moves over the element. Inherited from IInputElement.
StylusOutOfRangeOccurs when the stylus is too far from the digitizer to be detected. Inherited from IInputElement.
StylusSystemGestureOccurs when one of several stylus gestures are detected, for example, Tap or Drag. Inherited from IInputElement.
StylusUpOccurs when the stylus is raised off the digitizer while over this element. Inherited from IInputElement.
TextInputOccurs when this element gets text in a device-independent manner. Inherited from IInputElement.

See Also

ILinksHolder Interface

DevExpress.Xpf.Bars Namespace