ClassInsertNonBreakingSpaceCommand
Class
Represents a UI-friendly command for inserting a non-breaking space.
Definition
Namespace:Telerik.Windows.Documents.RichTextBoxCommands
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class InsertNonBreakingSpaceCommand : RichTextBoxCommandBase, ICommand
Inheritance: objectRichTextBoxCommandBaseInsertNonBreakingSpaceCommand
Implements:
Inherited Members
Constructors
InsertNonBreakingSpaceCommand(RadRichTextBox)
Initializes a new instance of the InsertNonBreakingSpaceCommand type.
Declaration
cs-api-definition
public InsertNonBreakingSpaceCommand(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