UIBarItem.Enabled Property

Definition

Whether this UIBarItem is enabled.

public abstract bool Enabled { [Foundation.Export("isEnabled")] get; [Foundation.Export("setEnabled:")] set; }
member this.Enabled : bool with get, set

Property Value

If true,then this UIBarItem is enabled.

Attributes

Applies to