Class ColorCommand
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 ColorCommand : HtmlCommandWithValue
Constructors
ColorCommand(String, IRadMarkupEditor)
Declaration
public ColorCommand(string command, IRadMarkupEditor editor)
Parameters
System.String
command
|
IRadMarkupEditor
editor
|
Properties
Value
Declaration
public override object Value { get; }
Property Value
System.Object
|
Overrides
Methods
Execute(Object)
Declaration
public override bool Execute(object value)
Parameters
System.Object
value
|
Returns
System.Boolean
|