ChangeTextBoxRelativeSizeCommand.getState Method
Gets information about the command’s state.
Declaration
getState(): CommandState<TextBoxRelativeSizeSettings>
Returns
| Type | Description |
|---|---|
| CommandState<TextBoxRelativeSizeSettings> | An object that contains the command’s state. |
Remarks
Usage example:
var state = richEdit.commands.changeTextBoxRelativeSize.getState();
See Also