AVEVA CAF API Documenation
Properties  Methods  Events


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

The following tables list the members exposed by RibbonContextualTabGroupsCollection.

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 RibbonContextualTabGroup with given Key from the RibbonContextualTabGroupsCollection.  
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 RibbonContextualTabGroupsCollection a new RibbonContextualTabGroup with given Key.  
Public Method Remove all RibbonContextualTabGroups from the RibbonContextualTabGroupsCollection.  
Public Method Determine if the RibbonContextualTabGroup with the specified Key exists in the RibbonContextualTabGroupsCollection.  
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 RibbonContextualTabGroupCollection.  
Public MethodOverloaded.  Remove the RibbonContextualTabGroup with given Key from the RibbonContextualTabGroupsCollection.  
Top
Public Events
 NameDescription
Public Event Occurs after a RibbonContextualTabGroup has been added to the RibbonContextualTabGroupsCollection.  
Public Event Occurs after a RibbonContextualTabGroup has been removed from the RibbonContextualTabGroupsCollection.  
Top
See Also