Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / PopUpCalculator Class / AllowPopUp Property


In This Topic
    AllowPopUp Property (PopUpCalculator)
    In This Topic
    Gets or sets a value indicating whether allow pop up the popup window.
    Syntax
    'Declaration
     
    
    Public Property AllowPopUp As Boolean
    'Usage
     
    
    Dim 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.
    See Also