Sets a value indicating the current activation state. It can be activated, deactivated or disabled.
Introduced: X18.
<void> TXTextControl.setActivationState(<ActivationState> activationState, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
activation |
Indicates the current activation state. |
callback | Optional. Is called when the operation completed. |
error |
Optional. Is called when the operation failed with an error. |