Class EditStackCommand
Represents a command for undo/redo operations with edit stack functionality.
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 EditStackCommand : HtmlCommand
Constructors
EditStackCommand(String, IRadMarkupEditor)
Initializes a new instance of the EditStackCommand class.
Declaration
public EditStackCommand(string command, IRadMarkupEditor editor)
Parameters
System.String
command
The edit stack command string. |
IRadMarkupEditor
editor
The markup editor instance. |
Properties
Text
Gets the descriptive text for the command.
Declaration
public string Text { get; }
Property Value
System.String
|