HideFindResultsCommand Class
In This Article
A command to hide the search results.
#Declaration
TypeScript
declare class HideFindResultsCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.hideFindResults property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
HideFindResultsCommand
See Also