MakeTextUpperCaseCommand.execute Method
Executes the MakeTextUpperCaseCommand command.
Declaration
execute(): boolean
Returns
Type | Description |
---|---|
boolean |
|
Remarks
Usage example:
richEdit.commands.makeTextUpperCase.execute();
See Also