OpenSpellingDialogCommand.execute Method
Executes the OpenSpellingDialogCommand command.
Declaration
execute(): boolean
Returns
Type | Description |
---|---|
boolean |
|
Remarks
Usage example:
richEdit.commands.openSpellingDialog.execute();
The command is in effect when the ASPxRichEditSettings.SpellChecker is enabled.
See Also