Поле | Тип | R/W | По умолчанию | Поддерживается |
|
|
|
|
|
Caption | STRING | RW | | WXG |
| Caption определяет текст of the menu item.
|
Checked | INTEGER | RW | | W |
| Checked specifies whether a check mark should appear beside the caption.
|
Command | INTEGER | R | | W |
| Command is the Windows command ID associated with the menu item.
|
Count | INTEGER | R | | W |
| Count is the number of subitems of the menu item.
|
Enabled | INTEGER | RW | True | W |
Handle | INTEGER | R | | W |
Hint | STRING | RW | | W |
MenuIndex | INTEGER | RW | | W |
| MenuIndex is index of the menu item within its parent menu.
|
RadioItem | INTEGER | RW | False | W |
| RadioItem specifies whether the menu item is mutually exclusive with other menu items in its group.
|
ShortCut | STRING | RW | | W |
| ShortCut specifies the key combination users can type to quickly access the menu item.
|
Tag | INTEGER | RW | | WXG |
Visible | INTEGER | RW | True | W |
| Visible determines whether the menu item should be displayed.
|