EditStackCommand
Class
Represents a command for undo/redo operations with edit stack functionality.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadMarkupEditor.dll
Syntax:
C#
public class EditStackCommand : HtmlCommand
Inheritance: objectHtmlCommandEditStackCommand
Inherited Members
Constructors
Initializes a new instance of the EditStackCommand class.
C#
public EditStackCommand(string command, IRadMarkupEditor editor)
The edit stack command string.
editorIRadMarkupEditorThe markup editor instance.