Menu
|
The MenuItemCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| MenuItemCollection | Constructor for the MenuItemCollection class. |
| Name | Description | |
|---|---|---|
| Count | Property that represents the count of elements in the collection. | |
| IsFixedSize | Property that indicates whether this collection has a fixed size. | |
| IsReadOnly | Property that indicates whether this collection is read-only. | |
| Item | Property that represents the item in the collection at the specified index. |
| Name | Description | |
|---|---|---|
| Add | Adds a menu item to the collection. | |
| Clear | Clears this collection. | |
| Contains | Checks whether the collection contains the specified menu item. | |
| CopyTo | Copies items from this collection to the specified array. | |
| Dispose | Releases all resources used by the MenuItemCollection | |
| Dispose(Boolean) | Releases the unmanaged resources used by the MenuItemCollection and optionally releases the managed resources | |
| Equals | Determines whether the specified object is equal to the current
object. (Inherited from Object) |
|
| Finalize | Allows an object to try to free resources and perform other
cleanup operations before it is reclaimed by garbage
collection. (Inherited from Object) |
|
| GetEnumerator | Returns an enumerator object for the collection. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
|
| GetType | Gets the Type of the current
instance. (Inherited from Object) |
|
| IndexOf | Returns index of the specified menu item in this collection. | |
| Insert | Inserts a menu item to this collection. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
|
| Remove | Removes the specified menu item from this collection. | |
| RemoveAt | Removes a menu item at the specified index. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| © Bricsys NV. All rights reserved. |