MenuItem Properties
.NET Framework 4.5
The MenuItem type exposes the following members.
| Name | Description | |
|---|---|---|
|
BarBreak | Gets or sets a value indicating whether the MenuItem is placed on a new line (for a menu item added to a MainMenu object) or in a new column (for a submenu item or menu item displayed in a ContextMenu). |
|
Break | Gets or sets a value indicating whether the item is placed on a new line (for a menu item added to a MainMenu object) or in a new column (for a menu item or submenu item displayed in a ContextMenu). |
|
CanRaiseEvents | Gets a value indicating whether the component can raise an event. (Inherited from Component.) |
|
Checked | Gets or sets a value indicating whether a check mark appears next to the text of the menu item. |
|
Container | Gets the IContainer that contains the Component. (Inherited from Component.) |
|
DefaultItem | Gets or sets a value indicating whether the menu item is the default menu item. |
|
DesignMode | Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component.) |
|
Enabled | Gets or sets a value indicating whether the menu item is enabled. |
|
Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component.) |
|
Handle | Gets a value representing the window handle for the menu. (Inherited from Menu.) |
|
Index | Gets or sets a value indicating the position of the menu item in its parent menu. |
|
IsParent | Gets a value indicating whether the menu item contains child menu items. (Overrides Menu.IsParent.) |
|
MdiList | Gets or sets a value indicating whether the menu item will be populated with a list of the Multiple Document Interface (MDI) child windows that are displayed within the associated form. |
|
MdiListItem | Gets a value indicating the MenuItem that is used to display a list of multiple document interface (MDI) child forms. (Inherited from Menu.) |
|
MenuID | Gets a value indicating the Windows identifier for this menu item. |
|
MenuItems | Gets a value indicating the collection of MenuItem objects associated with the menu. (Inherited from Menu.) |
|
MergeOrder | Gets or sets a value indicating the relative position of the menu item when it is merged with another. |
|
MergeType | Gets or sets a value indicating the behavior of this menu item when its menu is merged with another. |
|
Mnemonic | Gets a value indicating the mnemonic character that is associated with this menu item. |
|
Name | Gets or sets the name of the Menu. (Inherited from Menu.) |
|
OwnerDraw | Gets or sets a value indicating whether the code that you provide draws the menu item or Windows draws the menu item. |
|
Parent | Gets a value indicating the menu that contains this menu item. |
|
RadioCheck | Gets or sets a value indicating whether the MenuItem, if checked, displays a radio-button instead of a check mark. |
|
Shortcut | Gets or sets a value indicating the shortcut key associated with the menu item. |
|
ShowShortcut | Gets or sets a value indicating whether the shortcut key that is associated with the menu item is displayed next to the menu item caption. |
|
Site | Gets or sets the ISite of the Component. (Inherited from Component.) |
|
Tag | Gets or sets user-defined data associated with the control. (Inherited from Menu.) |
|
Text | Gets or sets a value indicating the caption of the menu item. |
|
Visible | Gets or sets a value indicating whether the menu item is visible. |