The methods of the CommandBarManager class are listed below. For a complete list of CommandBarManager class members, see the CommandBarManager Members topic.
AddOptionSet | Create a new OptionSet indentified by the specified Key An OptionSet is a set of StateButtonTools (a radio group) where at most one of the tools can can be in the Down (pressed) state. |
AddUICustomizationFile | Adds a new UI Customization file. |
AddUICustomizationFromStream | Adds a new UI Customization from the given stream |
AddUICustomizationSet | Adds a set of UI Customization files. |
BeginInit | ISupportInitialize allows controls to optimize for multiple sets to properties. As a result, you can initialize co-dependent properties or batch set multiple properties at design time. Signal the object that initialization is starting. |
EndInit | ISupportInitialize allows controls to optimize for multiple sets to properties. As a result, you can initialize co-dependent properties or batch set multiple properties at design time. Signal that initialization is complete. |
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. |
LoadLayout | Load the saved command CommandBars layout from a sttings file. |
LoadUI | Creates the Menus,CommandBars and ContextMenus defined by the loaded UICustomization files. |
SaveLayout | Save the current command CommandBars layout to a sttings file. |
SelectTaskPane | Select the taskpane with the given key |
ToString (inherited from Object) | Returns a String that represents the current Object. |
CommandBarManager Class | Aveva.ApplicationFramework.Presentation Namespace