Class HtmlCommand
Inheritance
System.Object
HtmlCommand
Inherited Members
System.Object.ToString()
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.WinControls.UI
Assembly: Telerik.WinControls.RadMarkupEditor.dll
Syntax
public class HtmlCommand
Constructors
HtmlCommand(String, IRadMarkupEditor)
Declaration
public HtmlCommand(string command, IRadMarkupEditor editor)
Parameters
System.String
command
|
IRadMarkupEditor
editor
|
Properties
Appropriate
Declaration
protected virtual bool Appropriate { get; }
Property Value
System.Boolean
|
Command
Declaration
protected string Command { get; }
Property Value
System.String
|
Document
Declaration
protected IHTMLDocument2 Document { get; }
Property Value
mshtml.IHTMLDocument2
|
Editor
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
System.Boolean
|
Methods
Execute()
Declaration
public bool Execute()
Returns
System.Boolean
|
Execute(Object)
Declaration
public virtual bool Execute(object value)
Parameters
System.Object
value
|
Returns
System.Boolean
|