ShowHorizontalRulerCommand.execute Method
Executes the ShowHorizontalRulerCommand command with the specified parameter.
Declaration
execute(
show?: boolean
): boolean
Parameters
Name | Type | Description |
---|---|---|
show | boolean |
|
Returns
Type | Description |
---|---|
boolean |
|
Remarks
richEdit.commands.showHorizontalRuler.execute(true);
See Also