ArcFM Desktop Developer Guide
CommandBarCommandCollection Class Members
Properties  Methods 


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The following tables list the members exposed by CommandBarCommandCollection.

Public Properties
 NameDescription
Public PropertyCountReturns the number of Commands defined for the CommandBar.  
Public PropertyIsReadOnlyReturns whether this collection consists of readonly members.  
Public PropertyIsSynchronizedReturns whether access to the collection is thread safe.  
Public PropertyItemOverloaded. Fetchs a Command from the CommandBar's list of Commands via its index in the list.  
Public PropertySyncRootReturns an object that can be used to synchronize assess to the collection.  
Top
Public Methods
 NameDescription
Public MethodAddAdds a Command (based on its key) to the list of Commands.  
Public MethodAddCommandAdds a new Command, defined by its unique key, to the list of Commands.  
Public MethodAddCommandRangeAdds a set of Commands, as defined by their keys, to the list of Commands.  
Public MethodAddRangeAdds a set of Commands (based on their key) to the list of Commands.  
Public MethodClearOverloaded. Clears the list of commands for the commandbar.  
Public MethodContainsOverloaded. Returns whether the specified command is in the list of commands for this commandbar.  
Public MethodCopyToCopies the items in this collection into an array.  
Public MethodGetEnumeratorProvides support to allow type-safe iteration over the CommandBar command collection.  
Public MethodInsertCommandInserts a new Command, defined by its unique key, into the list of Commands.  
Public MethodRemoveOverloaded. Removes the specified Command from the list of commands for this CommandBar.  
Top
See Also

Reference

CommandBarCommandCollection Class
Miner.Windows.Commands Namespace

 

 


Send Comment