ShowHiddenSymbolsCommand.execute Method
Executes the ShowHiddenSymbolsCommand command.
Declaration
execute(
show?: boolean
): boolean
Parameters
Name | Type | Description |
---|---|---|
show | boolean |
|
Returns
Type | Description |
---|---|
boolean |
|
Remarks
richEdit.commands.showHiddenSymbols.execute();
See Also