Constructors
| Name | Description | |
|---|---|---|
| MenuItem | Constructs a new menu item. |
Methods
| Name | Description | |
|---|---|---|
| GetText | Gets the text of the menu item. | |
| IsChecked | Gets a flag indicating if the menu item is checked. | |
| IsEnabled | Gets a flag indicating if the menu item is enabled. | |
| SetChecked | Sets a flag indicating if the menu item is checked. | |
| SetEnabled | Sets a flag indicating if the menu item is enabled. | |
| SetText | Sets the text of the menu item. |
Events
| Name | Description | |
|---|---|---|
| Click | Event fired when a user clicks on the menu item. |