Class InsertStructuredDocumentTagCommand
Represents a UI-friendly command for inserting structured documents tags (Content Controls).
Inherited Members
Namespace: Telerik.WinForms.Documents.RichTextBoxCommands
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class InsertStructuredDocumentTagCommand : RichTextBoxCommandBase, ICommand
Constructors
InsertStructuredDocumentTagCommand(RadRichTextBox)
Initializes a new instance of the InsertStructuredDocumentTagCommand type.
Declaration
public InsertStructuredDocumentTagCommand(RadRichTextBox editor)
Parameters
RadRichTextBox
editor
The associated editor |
Methods
CanExecuteOverride(Object)
Represents the logic that is executed when it is evaluated whether the command can be triggered.
Declaration
protected override bool CanExecuteOverride(object parameter)
Parameters
System.Object
parameter
The command parameter |
Returns
System.Boolean
|
Overrides
ExecuteOverride(Object)
Represents the logic that is executed when the command is triggered.
Declaration
protected override void ExecuteOverride(object parameter)
Parameters
System.Object
parameter
The command parameter |