Dundas Chart for Windows Forms
CommandUIItemCollection Class Members
See Also  Properties  Methods  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace : CommandUIItemCollection Class


The following tables list the members exposed by CommandUIItemCollection.

Public Properties

  Name Description
Public Property Capacity Gets or sets the number of elements that the CollectionBase can contain. (Inherited from System.Collections.CollectionBase)
Public Property Count Gets the number of elements contained in the CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Public Property Item Enterprise Only Feature. Gets or sets the object at the specified index within the collection.
Gets or sets the CommandUIItem at the specified index within the collection.  
Top

Public Methods

  Name Description
Public Method Add Overloaded. Enterprise Only Feature. Adds a Command or CommandUIItem object to the collection.  
Public Method Clear Removes all objects from the CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Public Method Contains

Enterprise Only Feature. Determines if a specific object is in the collection.


Checks for the specified CommandUIItem instance if it exists in the collection.  
Public Method Dispose Enterprise Only Feature. Disposes of an object via the IDisposable interface.
Disposes of the current object. (Inherited from CommandElementCollection)
Public Method GetEnumerator Returns an enumerator that iterates through the CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Public Method IndexOf Overloaded. Enterprise Only Feature. Retrieves the index of a specified object in the collection, or -1 if not found.  
Public Method Insert Overloaded. Enterprise Only Feature. Inserts a CommandUIItem object into the collection.  
Public Method Remove Overloaded. Enterprise Only Feature. Removes a CommandItem from the collection.  
Public Method RemoveAt Removes the element at the specified index of the CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Top

See Also

© 2009 All Rights Reserved.