|
Property name |
Brief description |
 |
Action |
The Action property determines the action that is associated with the menu item. |
 |
AdditionalShortCuts |
The AdditionalShortCuts property returns the collection of additional combinations of hot keys that are connected with this menu item. |
 |
AutoCheck |
The AutoCheck property determines whether the state of checkbox should be changed automatically when the menu item is selected. |
 |
Checked |
The Checked property determines a state of the checkbox displayed to the left of the menu item. |
 |
CloseOnCommand |
The CloseOnCommand property determines whether menu closes after selection of this menu item. |
 |
DefaultItem |
The DefaultItem property determines whether it is possible to execute this menu item by default when the user double-clicks on the parent submenu. |
 |
Enabled |
The Enabled property determines whether the menu item is enabled for the user. |
 |
GroupIndex |
The GroupIndex property sets index of the menu items group. |
 |
ImageIndex |
The ImageIndex property determines index of the image that is displayed in the menu item. |
 |
IsCaption |
The IsCaption property determines whether the current element is a caption. |
 |
Items |
The Items property returns the collection of submenus of this menu item. |
 |
RadioItem |
The RadioItem property determines whether the radio button should be used to specify the selected item. |
 |
ShortCut |
The ShortCut property determines a combination of hot keys for quick selection of menu item. |
 |
Text |
The Text property determines the line identifying a component for the user. |
 |
Visible |
The Visible property determines whether the menu item is visible during form execution. |