Click or drag to resize
EditorTool Class
Represents a single KaxEditor tool.
Inheritance Hierarchy
SystemObject
  Kettic.AspNetStateManager
    EditorToolBase
      Kettic.AspNet.ControlsEditorTool
        Kettic.AspNet.ControlsEditorDropDown

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 EditorTool : EditorToolBase

The EditorTool type exposes the following members.

Constructors
  NameDescription
Public methodEditorTool
Initializes a new instance of the EditorTool class.
Public methodEditorTool(String)
Initializes a new instance of the EditorTool class.
Public methodEditorTool(EditorTool)
Public methodEditorTool(String, String)
Initializes a new instance of the EditorTool class.
Top
Methods
  NameDescription
Public methodRenderControl
Top
Properties
  NameDescription
Public propertyEnabled
Gets or sets a value indicating whether this EditorTool is enabled.
Public propertyName
Gets or sets the EditorTool name. It will be used by KaxEditor to find the command which should be executed when the user clicks this tool.
Public propertyShortCut
Gets or sets the keyboard shortcut which will invoke the associated KaxEditor command.
Public propertyShowIcon
Gets or sets a value indicating whether the tool icon should be displayed.
Public propertyShowText
Gets or sets a value indicating whether the tool text should be displayed.
Public propertyText
Gets or sets the title of the EditorTool. The default ToolAdapter will render the value of this property as a tooltip or static text near the tool icon.
Public propertyType
Gets or sets the type of the tool - by default it is a button
(Overrides EditorToolBase.Type.)
Top
See Also