Gets or sets a value indicating whether the popup window is showing.
public bool PoppedUp {get; set;}
'Declaration
Public Property PoppedUp As Boolean
'Usage
Dim instance As GcNumber
Dim value As Boolean
instance.PoppedUp = value
value = instance.PoppedUp
Property Value
A
bool value
true if the opup window is showing; otherwise,
false.