The MenuItemCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MenuItemCollection()()()() |
Default constructor.
| |
MenuItemCollection(ArrayList) |
Constructor that fills the collection with menu item from an ArrayList.
|
Methods
Name | Description | |
---|---|---|
Add |
Adds a new menu item to the collection.
| |
Clear | (Inherited from CollectionBase.) | |
Contains |
Checks whether the specified menu item is in the collection.
| |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | (Inherited from CollectionBase.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IndexOf |
Returns position of a menu item in the collection.
| |
Insert |
Inserts a menu item at a specified position.
| |
MemberwiseClone | (Inherited from Object.) | |
OnClear | (Inherited from CollectionBase.) | |
OnClearComplete | (Inherited from CollectionBase.) | |
OnInsert | (Inherited from CollectionBase.) | |
OnInsertComplete | (Inherited from CollectionBase.) | |
OnRemove | (Inherited from CollectionBase.) | |
OnRemoveComplete | (Inherited from CollectionBase.) | |
OnSet | (Inherited from CollectionBase.) | |
OnSetComplete | (Inherited from CollectionBase.) | |
OnValidate | (Inherited from CollectionBase.) | |
Remove |
Removes menu item from the collection.
| |
RemoveAt | (Inherited from CollectionBase.) | |
ToArrayList |
Converts menu item collection to ArrayList.
| |
ToJavaScript | ||
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Capacity | (Inherited from CollectionBase.) | |
Count | (Inherited from CollectionBase.) | |
InnerList | (Inherited from CollectionBase.) | |
Item |
Accesses menu items by index.
| |
List | (Inherited from CollectionBase.) |