HtmlCommandWithValue
Class
Represents an HTML command that can work with values.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadMarkupEditor.dll
Syntax:
C#
public class HtmlCommandWithValue : HtmlCommand
Inheritance: objectHtmlCommandHtmlCommandWithValue
Derived Classes:
Inherited Members
Constructors
Initializes a new instance of the HtmlCommandWithValue class.
C#
public HtmlCommandWithValue(string command, IRadMarkupEditor editor)
The HTML command string.
editorIRadMarkupEditorThe markup editor instance.