Class
HtmlCommandWithValue

Represents an HTML command that can work with values.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.RadMarkupEditor.dll

Syntax:

cs-api-definition
public class HtmlCommandWithValue : HtmlCommand

Inheritance: objectHtmlCommandHtmlCommandWithValue

Derived Classes: ColorCommand

Inherited Members HtmlCommand.Execute()HtmlCommand.Execute(object)HtmlCommand.AppropriateHtmlCommand.EnabledHtmlCommand.DocumentHtmlCommand.CommandHtmlCommand.Editor

Constructors

HtmlCommandWithValue(string, IRadMarkupEditor)

Initializes a new instance of the HtmlCommandWithValue class.

Declaration

cs-api-definition
public HtmlCommandWithValue(string command, IRadMarkupEditor editor)

Parameters

command

string

The HTML command string.

editor

IRadMarkupEditor

The markup editor instance.

Properties

HasValue

Gets a value indicating whether the command has a determinate value.

Declaration

cs-api-definition
public bool HasValue { get; }

Property Value

bool

Value

Gets the current value of the command.

Declaration

cs-api-definition
public virtual object Value { get; }

Property Value

object