ClassInsertStructuredDocumentTagCommand
Class
Represents a UI-friendly command for inserting structured documents tags (Content Controls).
Definition
Namespace:Telerik.Windows.Documents.RichTextBoxCommands
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class InsertStructuredDocumentTagCommand : RichTextBoxCommandBase, ICommand
Inheritance: objectRichTextBoxCommandBaseInsertStructuredDocumentTagCommand
Implements:
Inherited Members
Constructors
InsertStructuredDocumentTagCommand(RadRichTextBox)
Initializes a new instance of the InsertStructuredDocumentTagCommand type.
Declaration
cs-api-definition
public InsertStructuredDocumentTagCommand(RadRichTextBox editor)
Parameters
editor
The associated editor
Methods
CanExecuteOverride(object)
Represents the logic that is executed when it is evaluated whether the command can be triggered.
ExecuteOverride(object)
Represents the logic that is executed when the command is triggered.
Declaration
cs-api-definition
protected override void ExecuteOverride(object parameter)
Parameters
parameter
The command parameter
Overrides