public function isDisabled():Boolean
Returns true/false if the control is disabled or not. This is a method since you can then
choose to check some class or some internal bool state in subclasses.
Returns
Boolean true/false if the control is disabled or not.