Declaration

var isDisabled: Bool { get set }

Declaration

@property (nonatomic, getter=isDisabled) BOOL disabled;

Declaration

isDisabled() -> bool
setDisabled_(disabled: bool)