Skip to main content

OpenFindAndReplaceDialogCommand Class

A command to invoke the Find and Replace dialog.

#Declaration

TypeScript
declare class OpenFindAndReplaceDialogCommand extends CommandWithSimpleStateBase

#Remarks

An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.openFindAndReplaceDialog property.

#Inheritance

CommandBase
CommandWithSimpleStateBase
OpenFindAndReplaceDialogCommand
See Also