Skip to main content
Bar

InsertMainMenuIfNotExistAction Properties
Show Inherited Hide Inherited

Inserts a bar at a specific position within the BarManager.Bars collection and sets the Bar.IsMainMenu flag for it. The action does nothing if there already exists a bar with this flag enabled.
Name Description
Bar Gets or sets the bar inserted in the BarManager.Bars collection. Inherited from InsertBarAction.
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.
Manager Gets the BarManager object that is customized by the current action. Inherited from BarManagerControllerActionBase.
See Also