Skip to main content
A newer version of this page is available. .

ShowHiddenSymbolsCommand.execute Method

Executes the ShowHiddenSymbolsCommand command.

Declaration

execute(
    show?: boolean
): boolean

Parameters

Name Type Description
show boolean

true, to show hidden symbols; otherwise, false.

Returns

Type Description
boolean

true if the command has been successfully executed; false if the command execution has failed.

Remarks

richEdit.commands.showHiddenSymbols.execute();
See Also