OpenFindPanelCommand Class
In This Article
A command to invoke the Search Panel allowing end-users to search text and navigate through search results.
#Declaration
TypeScript
declare class OpenFindPanelCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.openFindPanel property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
OpenFindPanelCommand
See Also