Click or drag to resize
CoronaMessageBoxIsShowing Property
Determines if the message box is currently being shown to the end-user.

Namespace: CoronaLabs.Corona.WinRT.Phone
Assembly: CoronaLabs.Corona.DotNet (in CoronaLabs.Corona.DotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool IsShowing { get; }

Property Value

Type: Boolean

Set true if the message box is currently being shown via the Show method. Note that this property will still be true if the message box is obscurred by any UI displayed on top of it.

Set false if the message box has been closed or has not been shown yet.

See Also