AVEVA CAF API Documenation
Properties  Methods  Events


RootToolsCollection Class Members

The following tables list the members exposed by RootToolsCollection.

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 root tool with given Key from the RootToolsCollection as an ITool object.  
Public Property Gets an object that can be used to synchronize access to the collection.  
Top
Public Methods
 NameDescription
Public MethodOverloaded.  Create and add a new ButtonTool object to the RootToolsCollection.  
Public MethodOverloaded.  Create and add a new ComboBoxTool object to the RootToolsCollection.  
Public Method Create and add a new CommandBarMenuTool object in the RootToolsCollection.  
Public MethodOverloaded.  Create and add a new ContainerTool object to the RootToolsCollection.  
Public MethodOverloaded.  Create and add a new FontListTool object in the RootToolsCollection.  
Public MethodOverloaded.  Create and add a new LabelTool object to the RootToolsCollection.  
Public MethodOverloaded.  Create and add a new ListTool object in the RootToolsCollection.  
Public Method Create and add a new MdiWindowListTool object in the RootToolsCollection.  
Public MethodOverloaded.  Create and add a new MenuTool object to the RootToolsCollection.  
Public MethodOverloaded.  Create and add a new PopupColorPickerTool object in the RootToolsCollection.  
Public MethodOverloaded.  Create and add a new PopupContainerTool object to the RootToolsCollection.  
Public MethodOverloaded.  Create and add a new PopupGalleryTool object to the RootToolsCollection.  
Public MethodOverloaded.  Create and add a new StateButtonTool object to the RootToolsCollection.  
Public Method Create and add a new TaskPaneTool object in the RootToolsCollection.  
Public MethodOverloaded.  Create and add a new TextBoxTool object to the RootToolsCollection.  
Public Method Remove all tools from the RootToolsCollection.  
Public Method Determine if the tool with the specified Key exists in the RootToolsCollection.  
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 Collection.  
Public Method Remove the tool with the specified Key from the RootToolsCollection.  
Top
Public Events
 NameDescription
Public Event Occurs after a tool has been added to the RootToolsCollection.  
Public Event Occurs after a tool has been removed from the RootToolsCollection.  
Top
See Also