UIAlertView.Visible Property

Definition

Used to determine if the alert view is currently being displayed.

public virtual bool Visible { [Foundation.Export("isVisible")] get; }
member this.Visible : bool

Property Value

Attributes

Remarks

Indicates if the alert view is currently displayed to the user.

Applies to