New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.ImageEditorTool

Represents a single ImageEditor tool.

Inheritance Hierarchy

  • System.Object
  • Telerik.Web.StateManager : IMarkableStateManager, IStateManager
  • Telerik.Web.UI.ImageEditorToolBase
  • Telerik.Web.UI.ImageEditorTool

Properties

CommandName String

Gets or sets the name of the command fired when the tool is clicked.

CssClass String

Gets or sets the CSS class applied to the ImageEditor tool.

Enabled Boolean

Gets or sets a value indicating whether this ImageEditor tool is enabled.

ImageUrl String

Gets or sets the location of an image (icon) to display in the ImageEditor tool

IsSeparator Boolean

The ImageEditorTool should not be used as a tool separator.

IsSeparator Boolean

Gets or sets a bool value that indicates whether the tool is a separator.

IsToggleButton Boolean

Gets or sets a value indicating whether the ImageEditor tool can be toggled or not.

ShortCut String

Gets or sets the keyboard shortcut which will invoke the associated RadImageEditor command.

Text String

Gets or sets the text displayed in the tool.

ToolTip String

Gets or sets the ToolTip of the ImageEditor tool.

In this article