AVEVA CAF API Documenation
Properties  Methods 


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

The following tables list the members exposed by StatusBarPanelsCollection.

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 which returns an IStatusBarPanel interface for the panel with the given key.  
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 StatusBarTextPanel to the collection as a button  
Public Method Create and add a new StatusBarTextPanel to the collection as a Combo Editor  
Public Method Add a custom Control to the collection Control should be either textbox, combobox or label  
Public Method Add existing panel after an existing key  
Public Method Add existing panel before an existing key  
Public MethodOverloaded.  Create and add a new StatusBarTextPanel to the collection as a state button  
Public MethodOverloaded.  Create and add a new StatusBarTextPanel to the collection  
Public Method Determines whether the StatusBarPanelsCollection contains a specific key.  
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 panel with the given key from the collection.  
Top
See Also