quickViewControl.setDisabled (Client API reference)
Sets the state of the control to either enabled or disabled.
Syntax
quickViewControl.setDisabled(bool);
Parameter
Name | Type | Required | Description |
---|---|---|---|
bool |
Boolean | Yes | Specify true or false to disable or enable the control. |