The C1MenuItemCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | C1MenuItemCollection |
Methods
Name | Description | |
---|---|---|
![]() | Add |
Adds an UIElement to the list.
|
![]() | Clear |
Removes all items from the list.
|
![]() | Contains |
Contains
|
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | IndexOf |
Returns index of element.
Returns index -1 if collection does not contains C1MenuItemBase the element.
|
![]() | Insert |
Inserts an C1MenuItem 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
Events
Name | Description | |
---|---|---|
![]() | OnCollectionChanged |
Occurs after C1MenuItemCollection collection was changed.
|