AVEVA CAF API Documenation
Properties  Methods  Events


RibbonTabsCollection Class Members

The following tables list the members exposed by RibbonTabsCollection.

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 RibbonTab with given Key from the RibbonTabCollection.  
Public Property The Ribbon Tab to be Selected  
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 RibbonTabCollection a new RibbonTab with given Key.  
Public Method Remove all RibbonTabs from the RibbonTabCollection.  
Public Method Determine if the RibbonTab with the specified Key exists in the RibbonTabCollection.  
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 RibbonTabCollection.  
Public Method Move the RibbonTab with given key to the given position (index) in the RibbonTabCollection.  
Public MethodOverloaded.  Remove the RibbonTab with given Key from the RibbonTabCollection.  
Top
Public Events
 NameDescription
Public Event Occurs after a RibbonTab has been added to the RibbonTabCollection.  
Public Event Occurs after a RibbonTab has been removed from the RibbonTabCollection.  
Top
See Also