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

Telerik.Web.UI.EditorContextMenuTool

Represents a EditorContextMenuTool tool that is used to create nested context menus

Inheritance Hierarchy

  • System.Object
  • Telerik.Web.StateManager : IMarkableStateManager, IStateManager
  • Telerik.Web.UI.EditorToolBase : IAttributeAccessor
  • Telerik.Web.UI.EditorTool
  • Telerik.Web.UI.EditorContextMenuTool

Properties

Attributes AttributeCollection

Gets the custom attributes which will be serialized on the client.

Enabled Boolean

Gets or sets a value indicating whether this is enabled.

IconCssClass String

Gets or sets the CSS class that defines the icon of the tool

ImageUrl String

This property sets the tool's small icon for RibbonBar mode.

ImageUrlLarge String

This property sets the tool's large icon for RibbonBar mode.

Name String

Gets or sets the name. It will be used by RadEditor to find the command which should be executed when the user clicks this tool.

ShortCut String

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

ShowIcon Boolean

Gets or sets a value indicating whether the tool icon should be displayed.

ShowText String

Gets or sets a value indicating whether the tool text should be displayed.

Text String

Gets or sets the title of the . The default ToolAdapter will render the value of this property as a tooltip or static text near the tool icon.

Tools EditorToolCollection

Gets the collection of EditorTool objects, placed in this context menu instance.

Type EditorToolType

Gets or sets the type of the tool - by default it is a button

Visible Boolean

Gets or sets a value indicating whether this is visible.

Methods

EnsureName

Throws an exception if the EditorTool has no name.

Returns

System.Void

In this article