Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumber Class / PopUpCalculator Property


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

    Property Value

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