Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / PopUpCalculatorInfo Class / AllowPopUp Property


In This Topic
    AllowPopUp Property (PopUpCalculatorInfo)
    In This Topic
    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