OpenSpellingDialogCommand Class
In This Article
A command to invoke the Spelling dialog window.
#Declaration
TypeScript
declare class OpenSpellingDialogCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.openSpellingDialog property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
OpenSpellingDialogCommand
See Also