Skip to main content
A newer version of this page is available. .
Bar

BarItemLinkActionBase Attached Properties

The base class for actions manipulating bar item links.
Name Description
ItemLinkIndex static Gets or sets the index of the bar item link in the object’s collection of bar item links. This is an attached property.
Target static

Gets or sets the name of the target link container (a Bar, PopupMenu or BarLinkContainerItem object) for a bar item link. The Target property is in effect when the BarItemLinkActionBase.TargetType property is set to Other (default). The Target property is an attached property, which is in effect for BarItem and BarItemLink descendants when they act as actions (when they are added to the BarManagerActionContainer.Actions collection).

TargetType static

Gets or sets the type of the target link container (a Bar, PopupMenu or BarLinkContainerItem object) for a bar item link. The BarItemLinkActionBase.Target property is not in effect when the TargetType property is set to MainMenu or StatusBar. The TargetType property is an attached property, which is in effect for BarItem and BarItemLink descendants when they act as actions (when they are added to the BarManagerActionContainer.Actions collection).

See Also