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


In This Topic
    PopUpCalculator Property (GcNumberCellType)
    In This Topic
    Gets the PopUpCalculator instance which the user can use to customize the pop-up calculator.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PopUpCalculator As PopUpCalculatorInfo
    'Usage
     
    
    Dim instance As GcNumberCellType
    Dim value As PopUpCalculatorInfo
     
    value = instance.PopUpCalculator
    public PopUpCalculatorInfo PopUpCalculator {get;}

    Property Value

    A PopUpCalculator instance.
    Remarks
    The pop-up calculator control can be customized by setting this PopUpCalculator property.
    See Also