Vcl.Menus.TMenuItem Properties
InheritedProtected
| Action | published | Designates the action associated with the menu item. |
| ActionLink | protected | |
| AutoCheck | published | Indicates whether the menu item's checked state toggles automatically when the item is clicked. |
| AutoHotkeys | published | Determines whether the accelerator keys for submenu items can be reset automatically. |
| AutoLineReduction | published | Determines whether redundant separator bars are automatically removed from the submenu. |
| Bitmap | published | Designates a bitmap that is drawn for the menu item. |
| Break | published | Determines whether the menu item starts a new column in the menu. |
| Caption | published | Specifies the text of the menu item. |
| Checked | published | Specifies whether a check mark should appear beside the Caption. |
| Command | public | Specifies the Windows Command ID associated with the menu item. |
| ComObject | public | Specifies the interface reference implemented by the component. |
| ComponentCount | public | Indicates the number of components owned by the component. |
| ComponentIndex | public | Indicates the position of the component in its owner's Components property array. |
| Components | public | Lists all components owned by the component. |
| ComponentState | public | Describes the current state of the component, indicating when a component needs to avoid certain actions. |
| ComponentStyle | public | Governs the behavior of the component. |
| Count | public | Indicates the number of subitems of the menu item. |
| Default | published | Specifies whether the menu item is invoked when the parent item is double clicked. |
| DesignInfo | public | Contains information used by the Form designer. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| Enabled | published | Specifies whether the menu item is enabled. |
| GroupIndex | published | Identifies the logical group to which the menu item belongs. |
| Handle | public | Indicates the Windows menu handle of the drop-down menu associated with the menu item. |
| HelpContext | published | Specifies the help context ID associated with the menu item. |
| Hint | published | Specifies the text string that can appear when the user moves the mouse pointer over a menu item. |
| ImageIndex | published | Indicates which image maintained by the parent menu appears next to the menu item. |
| Items | public | Lists the menu items in the submenu of the menu item. |
| MenuIndex | public | Indicates the index of the menu item within its parent menu. |
| Merged | protected | |
| Name | published | Specifies the name of the component as referenced in code. |
| Observers | public | Indicates the TObservers object added to the TComponent. |
| Owner | public | Indicates the component that is responsible for streaming and freeing this component. |
| Parent | public | Identifies the parent menu item of this menu item. |
| RadioItem | published | Specifies whether the menu item is mutually exclusive with other menu items in its group. |
| ShortCut | published | Shortcut that opens the menu item. |
| SubMenuImages | published | Lists the images that can appear beside individual items in a submenu of this menu item. |
| Tag | published | Stores a NativeInt integral value as a part of a component. |
| VCLComObject | public | Represents information used internally by components that support COM. |
| Visible | published | Specifies whether the menu item appears in the menu. |