'Declaration
Public Property AllowPopUp As Boolean
'Usage
Dim instance As PopUpCalculatorInfo Dim value As Boolean instance.AllowPopUp = value value = instance.AllowPopUp
public bool AllowPopUp {get; set;}
Property Value
true to allow the pop-up; otherwise, false.The default is true.