UIAlertView.Visible Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.