Contents

isEnabled

A Boolean value indicating whether the item is enabled.

Declaration

var isEnabled: Bool { get set }

Discussion

If false, the item is drawn partially dimmed to indicate it’s disabled. The default value is true.

See Also

Getting and setting properties