The C1ToolBarItemCollection type exposes the following members.

Constructors

  NameDescription
Public methodC1ToolBarItemCollection
Creates and instance of the C1ToolbarItemCollection.

Methods

  NameDescription
Public methodAdd
Adds an UIElement to the list.
Public methodClear
Removes all items from the list.
Public methodContains
Gets the number of elements contained in the Collection(T)).
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Returns index of element. Returns index -1 if collection does not contains C1ToolBarItem the element.
Public methodInsert
Inserts an C1ToolBarItem at a specified index.
Public methodRemoveAt
Removes the UIElement at the specified index from the list.
Public methodRemoveRange
Removes a range of items from the list.
Public methodReverse
Reverses the order of the items in the list or a portion of it.
Public methodToLocaleString (Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyCount
Gets the number of items in the C1ToolBarItemCollection.
Public propertyItem
Gets or sets the specified C1ToolBarItem in the collection.

Events

  NameDescription
Public eventOnCollectionChanged
Occurs after C1ToolBarItemCollection collection was changed.

See Also