Definition
Namespace:Telerik.WinForms.Documents.RichTextBoxCommands
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public class OpenContextMenuOnNextSpellingErrorCommand : RichTextBoxCommandBase, ICommand
Inheritance: objectRichTextBoxCommandBaseOpenContextMenuOnNextSpellingErrorCommand
Implements:
Inherited Members
Constructors
Initializes a new instance of the ToggleSpellCheckingCommand class.
C#
public OpenContextMenuOnNextSpellingErrorCommand(RadRichTextBox editor)
The associated RadRichTextBox.
Properties
Gets a value indicating whether this command can be executed when editing context is read-only. The default implementation returns false.
C#
protected override bool CanExecuteInReadOnlyRange { get; }
Overrides:
Methods
Performs the execute action specific to the command.
C#
protected override void ExecuteOverride(object parameter)
The command parameter.
Overrides: