AVEVA CAF API Documenation
Properties  Methods 


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

The following tables list the members exposed by GalleryToolItemCollection.

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 Method Create and add to the GalleryToolItemCollection a new GalleryToolItem with given Name.  
Public Method Remove all GalleryToolItems from the GalleryToolItemCollection.  
Public Method Determine if the GalleryToolItem 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 GalleryToolItemCollection.  
Public Method Return index of given GalleryToolItem  
Public Method Remove the GalleryToolItem with given Key from the GalleryToolItemCollection.  
Top
See Also