MenuItemState Properties
Contains information (the current state) on an individual menu item.| Name | Description |
|---|---|
| Checked | Gets a value that specifies the menu item check state. |
| Index | Gets a value that specifies the menu item’s index within the collection |
| Items | Gets a list of objects that represent the states of all the sub-items within the current Menu item. |
| Name | Gets a value that specifies the menu item’s name. |
| Text | Gets a value that specifies the menu item’s text. |
See Also