| |
Property name |
Brief description |
|
Action |
The Action property determines an 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 flag should be changed automatically when the menu item is selected. |
|
Checked |
The Checked property determines state of check box that is displayed to the left of the menu item. |
|
CloseOnCommand |
The CloseOnCommand property indicates whether menu closes after this menu item has been selected. |
|
DefaultItem |
The DefaultItem property determines whether it is possible to execute this menu item by default when user makes double click on the parent submenu. |
|
Enabled |
The Enabled property determines whether the menu item is available for 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 a collection of submenus of this menu item. |
|
RadioItem |
The RadioItem property determines whether the radio-switch should be used to specify the selected item. |
|
ShortCut |
The ShortCut property determines combination of hot keys for the quick selection of menu item. |
|
Text |
The Text property determines the row identifying a component for a user. |
|
Visible |
The Visible property determines whether the menu item is visible during form execution. |