'DeclarationPublic Property AllowPopUp As Boolean
'UsageDim instance As PopUpCalculator Dim value As Boolean instance.AllowPopUp = value value = instance.AllowPopUp
public bool AllowPopUp {get; set;}
Property Value
true if allow pop up; otherwise, false.The default is true.