CommandBar Class Members
The following tables list the members exposed by CommandBar.
Public Properties
Name | Description | |
---|---|---|
![]() | AllowCustomize | Gets or sets whether the CommandBar can be customized at run-time by the end user. |
![]() | 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. |
![]() | Caption | Gets or sets the description displayed in the customization dialogs and in the caption of the floating CommandBar. |
![]() | Command | Gets the command object which was associated with the CommandBar when it was created. |
![]() | 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. |
![]() | Enabled | Gets or sets the enabled state of the CommandBar. |
![]() | 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. |
![]() | FloatingLocation | Gets or sets the location of a floating CommandBar |
![]() | FloatingSize | Gets or sets the size of a floating CommandBar |
![]() | IsMainMenuBar | Get whether the CommandBar is the main menubar |
![]() | IsXmlDefined | Returns or sets whether tool is xml defined |
![]() | Key | The Key of the CommandBar in the CommandBarCollection |
![]() | ShowInToolbarList | Gets or sets whether the CommandBar shows up in the customization dialog at runtime. |
![]() | Tag | Gets or sets the tag property which can be used to logically attach another object or value to a tool. |
![]() | Tools | Gets the ToolsCollection containing the tools to display in the CommandBar. |
Public Events
Name | Description | |
---|---|---|
![]() | Closed | Event raised when the CommandBar is Closed |
![]() | Opened | Event raised when the CommandBar is Opened |
![]() | Resized | Event raised when the CommandBar is Resized |
See Also