ClassHtmlCommandWithValue
Class
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:
Inherited Members
Constructors
HtmlCommandWithValue(string, IRadMarkupEditor)
Initializes a new instance of the HtmlCommandWithValue class.
Declaration
cs-api-definition
public HtmlCommandWithValue(string command, IRadMarkupEditor editor)
Parameters
command
The HTML command string.
editor
The markup editor instance.