The methods of the CommandBarsCollection class are listed below. For a complete list of CommandBarsCollection class members, see the CommandBarsCollection Members topic.
AddCommandBar | Overloaded. Create and add to the CommandBarCollection a new CommandBar with given Key and associated CommandId. |
AddTaskBar | Create and add a new TaskBar with given Key to the CommandBarCollection. |
Clear | Remove all CommandBars from the CommandBarCollection. |
Contains | Determine if the CommandBar with the specified Key exists in the CommandBarCollection. |
CopyTo | Copies the elements of the collection to an Array, starting at a particular Array index. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetEnumerator | Returns an enumerator that can iterate through the CommandBarCollection. |
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. |
RemoveCommandBar | Overloaded. Remove the specified CommandBar from the CommandBarCollection. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
CommandBarsCollection Class | Aveva.ApplicationFramework.Presentation Namespace