Click or drag to resize
EditorTool Properties

The EditorTool type exposes the following members.

Properties
  Name Description
Public property Enabled
Gets or sets a value indicating whether this EditorTool is enabled.
Public property 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.
Public property ShortCut
Gets or sets the keyboard shortcut which will invoke the associated KaxEditor command.
Public property ShowIcon
Gets or sets a value indicating whether the tool icon should be displayed.
Public property ShowText
Gets or sets a value indicating whether the tool text should be displayed.
Public property 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.
Public property Type
Gets or sets the type of the tool - by default it is a button
(Overrides EditorToolBase.Type.)
Top
See Also