Click or drag to resize

KryptonContextMenu Properties

The KryptonContextMenu type exposes the following members.

Properties
  NameDescription
Public propertyCaller
Gets a reference to the caller that caused the context menu to be shown.
Protected propertyCanRaiseEvents
Gets a value indicating whether the component can raise an event.
(Inherited from Component.)
Public propertyContainer
Gets the IContainer that contains the Component.
(Inherited from Component.)
Protected propertyDesignMode
Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component.)
Public propertyEnabled
Gets and sets if the context menu is enabled.
Protected propertyEvents
Gets the list of event handlers that are attached to this Component.
(Inherited from Component.)
Public propertyImages
Gets access to the image value overrides.
Public propertyItems
Collection of menu items for display.
Public propertyPalette
Gets and sets the custom palette implementation.
Public propertyPaletteMode
Gets or sets the palette to be applied.
Public propertySite
Gets or sets the ISite of the Component.
(Inherited from Component.)
Public propertyStateChecked
Gets access to the context menu normal appearance values.
Public propertyStateCommon
Gets access to the common context menu appearance entries that other states can override.
Public propertyStateDisabled
Gets access to the context menu disabled appearance values.
Public propertyStateHighlight
Gets access to the context menu highlight appearance values.
Public propertyStateNormal
Gets access to the context menu normal appearance values.
Public propertyTag
Gets and sets user-defined data associated with the object.
Top
See Also