Click or drag to resize
EditorContextMenu Class
Represents a KaxEditor context menu.
Inheritance Hierarchy
SystemObject
  Kettic.AspNetStateManager
    Kettic.AspNet.ControlsEditorContextMenu

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class EditorContextMenu : StateManager

The EditorContextMenu type exposes the following members.

Constructors
  NameDescription
Public methodEditorContextMenu
Top
Properties
  NameDescription
Public propertyEnabled
Gets or sets a value indicating whether this EditorContextMenu is enabled.
Public propertyTagName
Gets or sets the name of the tag, this EditorContextMenu will be associated to.
Public propertyTools
Gets the collection of EditorTool objects, placed in this context menu instance.
Top
See Also