Class HtmlCommandWithValue
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)
Declaration
public HtmlCommandWithValue(string command, IRadMarkupEditor editor)
Parameters
System.String
command
|
IRadMarkupEditor
editor
|
Properties
HasValue
Declaration
public bool HasValue { get; }
Property Value
System.Boolean
|
Value
Declaration
public virtual object Value { get; }
Property Value
System.Object
|