KryptonContextMenuItem Properties |
The KryptonContextMenuItem type exposes the following members.
| Name | Description | |
|---|---|---|
| AutoClose |
Gets and sets if clicking the menu item automatically closes the context menu.
| |
| CanRaiseEvents | Gets a value indicating whether the component can raise an event. (Inherited from Component.) | |
| Checked |
Gets and sets if the menu item is in the checked state.
| |
| CheckOnClick |
Gets and sets if the shortcut display text is shown.
| |
| CheckState |
Gets and sets the checked state 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.) | |
| Enabled |
Gets and sets if the menu item is enabled.
| |
| Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component.) | |
| ExtraText |
Gets and sets the standard menu item extra text.
| |
| Image |
Gets and sets the standard menu item image.
| |
| ImageTransparentColor |
Gets and sets the heading image color to make transparent.
| |
| Items |
Collection of sub-menu items for display.
| |
| KryptonCommand |
Gets and sets the associated KryptonCommand.
| |
| LargeKryptonCommandImage |
Gets and sets if the large image is used from the attached KryptonCommand.
| |
| ShortcutKeyDisplayString |
Gets and sets the display text to use in preference to the shortcut key setting.
| |
| ShortcutKeys |
Gets and sets the shortcut key combination associated with the menu item.
| |
| ShowShortcutKeys |
Gets and sets if the shortcut display text is shown.
| |
| Site | (Inherited from Component.) | |
| SplitSubMenu |
Gets and sets whether the menu item toggles checked state when clicked.
| |
| StateChecked |
Gets access to the menu item normal appearance values.
| |
| StateDisabled |
Gets access to the menu item disabled appearance values.
| |
| StateHighlight |
Gets access to the menu item highlight appearance values.
| |
| StateNormal |
Gets access to the menu item normal appearance values.
| |
| Tag |
Gets and sets user-defined data associated with the object.
(Inherited from KryptonContextMenuItemBase.) | |
| Text |
Gets and sets the standard menu item text.
| |
| Visible |
Gets and sets if the item is visible in the context menu.
(Inherited from KryptonContextMenuItemBase.) |