Class HtmlCommandWithValue
Represents an HTML command that can work with values.
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 HtmlCommandWithValue : HtmlCommand
Constructors
HtmlCommandWithValue(String, IRadMarkupEditor)
Initializes a new instance of the HtmlCommandWithValue class.
Declaration
public HtmlCommandWithValue(string command, IRadMarkupEditor editor)
Parameters
System.String
command
The HTML command string. |
IRadMarkupEditor
editor
The markup editor instance. |
Properties
HasValue
Gets a value indicating whether the command has a determinate value.
Declaration
public bool HasValue { get; }
Property Value
System.Boolean
|
Value
Gets the current value of the command.
Declaration
public virtual object Value { get; }
Property Value
System.Object
|