AVEVA CAF API Documenation
Properties  Methods  Events


Aveva.ApplicationFramework.Presentation Namespace : RibbonTabGroupsCollection Class
RibbonTabGroupsCollection Class Members

The following tables list the members exposed by RibbonTabGroupsCollection.

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 RibbonTabGroup with given Key from the RibbonTabGroupCollection.  
Public Property Gets an object that can be used to synchronize access to the collection.  
Top
Public Methods
 NameDescription
Public Method Create and add to the RibbonTabGroupCollection a new RibbonTabGroup with given Key.  
Public Method Remove all RibbonTabGroups from the RibbonTabGroupCollection.  
Public Method Determine if the RibbonTabGroup with the specified Key exists in the RibbonTabGroupCollection.  
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 RibbonTabGroupCollection.  
Public MethodOverloaded.  Remove the RibbonTabGroup with given Key from the RibbonTabGroupCollection.  
Top
Public Events
 NameDescription
Public Event Occurs after a RibbonTabGroup has been added to the RibbonTabGroupCollection.  
Public Event Occurs after a RibbonTabGroup has been removed from the RibbonTabGroupCollection.  
Top
See Also