The C1ToolBarItemCollection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| C1ToolBarItemCollection |
Creates and instance of the C1ToolbarItemCollection.
|
Methods
| Name | Description | |
|---|---|---|
| Add |
Adds an UIElement to the list.
| |
| Clear |
Removes all items from the list.
| |
| Contains |
Gets the number of elements contained in the Collection(T)).
| |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IndexOf |
Returns index of element.
Returns index -1 if collection does not contains C1ToolBarItem the element.
| |
| Insert |
Inserts an C1ToolBarItem at a specified index.
| |
| RemoveAt |
Removes the UIElement at the specified index from the list.
| |
| RemoveRange |
Removes a range of items from the list.
| |
| Reverse |
Reverses the order of the items in the list or a portion of it.
| |
| ToLocaleString | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Count |
Gets the number of items in the C1ToolBarItemCollection.
| |
| Item |
Gets or sets the specified C1ToolBarItem in the collection.
|
Events
| Name | Description | |
|---|---|---|
| OnCollectionChanged |
Occurs after C1ToolBarItemCollection collection was changed.
|