AVEVA CAF API Documenation
Properties  Methods  Events


CommandBarsCollection Class Members

The following tables list the members exposed by CommandBarsCollection.

Public Properties
 NameDescription
Public Property Gets the number of elements contained in the collection.  
Public Property Gets a value indicating whether access to the collection is synchronized (thread-safe).  
Public Property Indexer to get the CommandBar with given Key from the CommandBarCollection.  
Public Property Gets an object that can be used to synchronize access to the collection.  
Top
Public Methods
 NameDescription
Public MethodOverloaded.  Create and add to the CommandBarCollection a new CommandBar with given Key.  
Public Method Create and add a new TaskBar with given Key to the CommandBarCollection.  
Public Method Remove all CommandBars from the CommandBarCollection.  
Public Method Determine if the CommandBar with the specified Key exists in the CommandBarCollection.  
Public Method Copies the elements of the collection to an Array, starting at a particular Array index.  
Public Method Returns an enumerator that can iterate through the CommandBarCollection.  
Public MethodOverloaded.  Remove the CommandBar with given Key from the CommandBarCollection.  
Top
Public Events
 NameDescription
Public Event Occurs after a CommandBar has been added to the CommandBarCollection.  
Public Event Occurs after a CommandBar has been removed from the CommandBarCollection.  
Top
See Also