| EditorTool Class |
Namespace: Kettic.AspNet.Controls
The EditorTool type exposes the following members.
| Name | Description | |
|---|---|---|
| EditorTool |
Initializes a new instance of the EditorTool class.
| |
| EditorTool(String) |
Initializes a new instance of the EditorTool class.
| |
| EditorTool(EditorTool) | ||
| EditorTool(String, String) |
Initializes a new instance of the EditorTool class.
|
| Name | Description | |
|---|---|---|
| RenderControl |
| Name | Description | |
|---|---|---|
| Enabled |
Gets or sets a value indicating whether this EditorTool is enabled.
| |
| Name |
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.
| |
| ShortCut |
Gets or sets the keyboard shortcut which will invoke the associated
KaxEditor command.
| |
| ShowIcon |
Gets or sets a value indicating whether the tool icon should be displayed.
| |
| ShowText |
Gets or sets a value indicating whether the tool text should be displayed.
| |
| Text |
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.
| |
| Type |
Gets or sets the type of the tool - by default it is a button
(Overrides EditorToolBase.Type.) |