Skip to main content
Bar

AddBarItemLinkAction Properties
Show Inherited Hide Inherited

Adds a bar item link to the link container (a bar, menu, etc).
Name Description
Container Gets the action container for the current action. Inherited from BarManagerControllerActionBase.
Controller Gets the BarManagerController object that owns this action. Inherited from BarManagerControllerActionBase.
DependencyObjectType Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
Dispatcher Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
IsSealed Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
ItemLink Gets or sets the bar item link inserted at a specific position (BarItemLinkActionBase.ItemLinkIndex) within a target object's item link collection. This is a dependency property. Inherited from InsertBarItemLinkAction.
ItemLinkIndex Gets the index at which a bar item link is added to the target object (bar, menu, etc). This property is overridden, so the item link is always appended at the end of the item link collection.
Manager Gets the BarManager object that is customized by the current action. Inherited from BarManagerControllerActionBase.
See Also