ClassEditorModeCommand
Class
RadEditor for the ASP.NET AJAX: EditorModeCommand wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
cs-api-definition
public class EditorModeCommand : HtmlAnchor
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlAnchorEditorModeCommand
Inherited Members
Constructors
EditorModeCommand()
Initializes a new instance of the EditorModeCommand class.
Declaration
cs-api-definition
public EditorModeCommand()
EditorModeCommand(Element)
Initializes a new instance of the EditorModeCommand class.
Properties
CommandName
The Command name.
LocatorExpression
Gets the HtmlFindExpression that defines the pattern for a EditorModeCommand.
Declaration
cs-api-definition
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
Methods
AssignElement(Element)
Assign the control element.
Declaration
cs-api-definition
public override void AssignElement(Element e)
Parameters
e
The underlying element object.
Overrides