Class InsertNonBreakingSpaceCommand
Represents a UI-friendly command for inserting a non-breaking space.
Inherited Members
Namespace: Telerik.WinForms.Documents.RichTextBoxCommands
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class InsertNonBreakingSpaceCommand : RichTextBoxCommandBase, ICommand
Constructors
InsertNonBreakingSpaceCommand(RadRichTextBox)
Initializes a new instance of the InsertNonBreakingSpaceCommand type.
Declaration
public InsertNonBreakingSpaceCommand(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 |