Class InsertStructuredDocumentTagCommand
Represents a UI-friendly command for inserting structured documents tags (Content Controls).
Inherited Members
Namespace: Telerik.Windows.Documents.RichTextBoxCommands
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class InsertStructuredDocumentTagCommand : RichTextBoxCommandBase, ICommand
Constructors
InsertStructuredDocumentTagCommand(RadRichTextBox)
Initializes a new instance of the Insert
Declaration
public InsertStructuredDocumentTagCommand(RadRichTextBox editor)
Parameters
Rad 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. The command parameter |
Returns
System.
|
Overrides
ExecuteOverride(Object)
Represents the logic that is executed when the command is triggered.
Declaration
protected override void ExecuteOverride(object parameter)
Parameters
System. The command parameter |