Spread Windows Forms 12.0 Product Documentation
AllowPopUp Property


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > PopUpCalculatorInfo Class : AllowPopUp Property
Gets or sets whether to allow the pop-up window to be displayed.
Syntax
'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.
See Also

Reference

PopUpCalculatorInfo Class
PopUpCalculatorInfo Members