New to Telerik UI for WinFormsStart a free 30-day trial

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 HtmlCommand.Execute()HtmlCommand.Execute(object)HtmlCommand.AppropriateHtmlCommand.EnabledHtmlCommand.DocumentHtmlCommand.CommandHtmlCommand.Editor...

Constructors

Initializes a new instance of the EditStackCommand class.

C#
public EditStackCommand(string command, IRadMarkupEditor editor)
Parameters:commandstring

The edit stack command string.

editorIRadMarkupEditor

The markup editor instance.

Properties

Gets the descriptive text for the command.

C#
public string Text { get; }