Class
EditStackCommand

Represents a command for undo/redo operations with edit stack functionality.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.RadMarkupEditor.dll

Syntax:

cs-api-definition
public class EditStackCommand : HtmlCommand

Inheritance: objectHtmlCommandEditStackCommand

Inherited Members HtmlCommand.Execute()HtmlCommand.Execute(object)HtmlCommand.AppropriateHtmlCommand.EnabledHtmlCommand.DocumentHtmlCommand.CommandHtmlCommand.Editor

Constructors

EditStackCommand(string, IRadMarkupEditor)

Initializes a new instance of the EditStackCommand class.

Declaration

cs-api-definition
public EditStackCommand(string command, IRadMarkupEditor editor)

Parameters

command

string

The edit stack command string.

editor

IRadMarkupEditor

The markup editor instance.

Properties

Text

Gets the descriptive text for the command.

Declaration

cs-api-definition
public string Text { get; }

Property Value

string