Represents a UI-friendly command for inserting a non-breaking space.
Definition
Namespace:Telerik.WinForms.Documents.RichTextBoxCommands
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public class InsertNonBreakingSpaceCommand : RichTextBoxCommandBase, ICommand
Inheritance: objectRichTextBoxCommandBaseInsertNonBreakingSpaceCommand
Implements:
Inherited Members
Constructors
Initializes a new instance of the InsertNonBreakingSpaceCommand type.
C#
public InsertNonBreakingSpaceCommand(RadRichTextBox editor)
The associated editor
Methods
Represents the logic that is executed when the command is triggered.
C#
protected override void ExecuteOverride(object parameter)
The command parameter
Overrides: