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