Vcl.Menus.TMenuItem Properties

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
ActionpublishedDesignates the action associated with the menu item.
ActionLinkprotected
AutoCheckpublishedIndicates whether the menu item's checked state toggles automatically when the item is clicked.
AutoHotkeyspublishedDetermines whether the accelerator keys for submenu items can be reset automatically.
AutoLineReductionpublishedDetermines whether redundant separator bars are automatically removed from the submenu.
BitmappublishedDesignates a bitmap that is drawn for the menu item.
BreakpublishedDetermines whether the menu item starts a new column in the menu.
CaptionpublishedSpecifies the text of the menu item.
CheckedpublishedSpecifies whether a check mark should appear beside the Caption.
CommandpublicSpecifies the Windows Command ID associated with the menu item.
ComObjectpublicSpecifies the interface reference implemented by the component.
ComponentCountpublicIndicates the number of components owned by the component.
ComponentIndexpublicIndicates the position of the component in its owner's Components property array.
ComponentspublicLists all components owned by the component.
ComponentStatepublicDescribes the current state of the component, indicating when a component needs to avoid certain actions.
ComponentStylepublicGoverns the behavior of the component.
CountpublicIndicates the number of subitems of the menu item.
DefaultpublishedSpecifies whether the menu item is invoked when the parent item is double clicked.
DesignInfopublicContains information used by the Form designer.
DisposedprotectedDisposed is a read-only property that shows the current state of this object.
EnabledpublishedSpecifies whether the menu item is enabled.
GroupIndexpublishedIdentifies the logical group to which the menu item belongs.
HandlepublicIndicates the Windows menu handle of the drop-down menu associated with the menu item.
HelpContextpublishedSpecifies the help context ID associated with the menu item.
HintpublishedSpecifies the text string that can appear when the user moves the mouse pointer over a menu item.
ImageIndexpublishedIndicates which image maintained by the parent menu appears next to the menu item.
ItemspublicLists the menu items in the submenu of the menu item.
MenuIndexpublicIndicates the index of the menu item within its parent menu.
Mergedprotected
NamepublishedSpecifies the name of the component as referenced in code.
ObserverspublicIndicates the TObservers object added to the TComponent.
OwnerpublicIndicates the component that is responsible for streaming and freeing this component.
ParentpublicIdentifies the parent menu item of this menu item.
RadioItempublishedSpecifies whether the menu item is mutually exclusive with other menu items in its group.
ShortCutpublishedShortcut that opens the menu item.
SubMenuImagespublishedLists the images that can appear beside individual items in a submenu of this menu item.
TagpublishedStores a NativeInt integral value as a part of a component.
VCLComObjectpublicRepresents information used internally by components that support COM.
VisiblepublishedSpecifies whether the menu item appears in the menu.