isDisabled()
checks whether a combobox is disabled
isDisabled(): boolean;
Returns:
true
, if a combobox is disabled. Otherwise, false
.
Example
combobox.isDisabled(); // -> returns true/false
Related sample: Combobox. Enable, disable, is disabled
Change log:
added in v6.4