CommandBar Class Members
The following tables list the members exposed by CommandBar.
Public Constructors
Name | Description | |
---|---|---|
![]() | CommandBar Constructor | Default constructor. |
Public Properties
Name | Description | |
---|---|---|
![]() | AllowFloating | Gets or sets whether the CommandBar can be dragged out of a dock area and floated. |
![]() | AllowHiding | Gets or sets whether the CommandBar can be hidden at run-time by the end user. |
![]() | ApplicationContext | Application Context. |
![]() | Caption | Gets or sets the description displayed in the customization dialogs and in the caption of the floating CommandBar. |
![]() | Command | Gets or sets the command associated with a toolbar. |
![]() | CommandBarTreeNode | Associated Tree Node. |
![]() | DockedColumn | Gets or sets the column (within the dock area) in which the CommandBar is docked. |
![]() | DockedPosition | Gets or sets the current location of the CommandBar (left, right, top, bottom, floating) |
![]() | DockedRow | Gets or sets the row (within the dock area) in which the CommandBar is docked. |
![]() | FillEntireRow | Gets or sets whether the CommandBar will take up the entire dock area row, even if it doesn't have enough tools to fill the area. |
![]() | KeyTip | Key-tip. |
![]() | Name | The Key of the CommandBar in the CommandBarCollection. |
![]() | ShowInToolbarList | Gets or sets whether the CommandBar shows up in the customization dialog at runtime. |
![]() | Tag | Tag. |
![]() | Tools | Gets the ToolsCollection containing the tools to display in the CommandBar. |
![]() | UICName | Nane of UI Confuguration. |
Public Methods
Name | Description | |
---|---|---|
![]() | InsertTool | Overloaded. Insert tool. |
![]() | RemoveTool | Removes the tool described by instanceTool. |
Public Events
Name | Description | |
---|---|---|
![]() | PropertyChanged | Event queue for all listeners interested in PropertyChanged events. |
![]() | QueryValidName | Event queue for all listeners interested in QueryValidName events. |
See Also