enabled
A Boolean value that enables and disables the button.
Declaration
@property (nonatomic, getter=isEnabled) BOOL enabled;Discussion
The default value is YES.
A Boolean value that enables and disables the button.
@property (nonatomic, getter=isEnabled) BOOL enabled;The default value is YES.