ArcFM Engine Developer Guide
CommandBarCollection Class Members
Properties  Methods 


The following tables list the members exposed by CommandBarCollection.

Public Properties
 NameDescription
Public PropertyCountReturn the number of CommandBars in the application.  
Public PropertyIsReadOnlyReturns whether this collection consists of readonly members.  
Public PropertyIsSynchronizedReturns whether access to the collection is thread safe.  
Public PropertyItemOverloaded. Fetch a CommandBar from the list via the CommandBar's index in the list.  
Public PropertySyncRootReturns an object that can be used to synchronize assess to the collection.  
Top
Public Methods
 NameDescription
Public MethodAddAdd a new CommandBar to this application.  
Public MethodAddRangeAdd a set of CommandBars to this application.  
Public MethodClearClears the list of all component items.  
Public MethodContainsOverloaded. Returns whether the specified commandbar is in the list of commandbars.  
Public MethodCopyToCopies the items in this collection into an array.  
Public MethodGetEnumeratorProvides support to allow type-safe iteration over the CommandCollection.  
Public MethodRemoveRemove a CommandBar from this application.  
Public MethodRemoveAtRemoves the commandbar at the specified index from the collection.  
Top
See Also

Reference

CommandBarCollection Class
Miner.Windows.Commands Namespace

 

 


Send Comment