The properties of the CommandBar class are listed below. For a complete list of CommandBar class members, see the CommandBar Members topic.
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. |
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. |
Visible | Gets or sets whether the CommandBar is visible. |
CommandBar Class | Aveva.ApplicationFramework.Presentation Namespace