Share via


UIAlertView.Visible Property

Definition

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool Visible { [Foundation.Export("isVisible")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("isVisible")>]
member this.Visible : bool

Property Value

Attributes

Remarks

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

Applies to