MenuItem Properties |
The MenuItem type exposes the following members.
| Name | Description | |
|---|---|---|
| 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.) | |
| DesignMode | Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component.) | |
| DockToRight | Gets or sets a value indicating whether the menu item is docked to the right side of the MainMenu. | |
| 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.) | |
| Image | Gets or sets an image displayed in the menu item when it is not pressed. | |
| ImageSelected | Gets or sets an image displayed in the menu item when it is pressed. | |
| Index | Gets or sets a value indicating the position of the menu item in its parent menu. | |
| IsParent | Gets a value indicating whether this menu contains any menu items. (Inherited from Menu.) | |
| MenuItems | Gets a value indicating the collection of MenuItem objects associated with the menu. (Inherited from Menu.) | |
| Parent | Gets a value indicating the menu that contains this menu item. | |
| Pressed | Gets or sets a value indicating whether the menu is pressed or not. | |
| Site | (Inherited from Component.) | |
| Text | Gets or sets a value indicating the caption of the menu item. | |
| Toggle | Gets or sets a value indicating whether the menu item works as a toggle button. | |
| Width | Gets or sets a value indicating the width of the menu item. |