Class EditorCommand
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Html
Assembly: Telerik.WebAii.Controls.Html.dll
Syntax
public class EditorCommand : HtmlAnchor
Constructors
EditorCommand()
Declaration
public EditorCommand()
EditorCommand(Element)
Properties
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }
Property Value
System.String
|
Overrides
CommandName
Declaration
public string CommandName { get; }
Property Value
System.String
|
EditorId
Declaration
public string EditorId { get; }
Property Value
System.String
|
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
System.Boolean
|
IsNonDefaultToolBarMode
Declaration
public bool IsNonDefaultToolBarMode { get; }
Property Value
System.Boolean
|
IsOn
Declaration
public bool IsOn { get; }
Property Value
System.Boolean
|
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
IFindExpression
|
Overrides
Text
Declaration
public string Text { get; }
Property Value
System.String
|