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. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
CommandBar Class | Aveva.ApplicationFramework.Presentation Namespace