Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBox Class / DoSpinUp Method / DoSpinUp() Method


In This Topic
    DoSpinUp() Method
    In This Topic
    Performs the spin up action.
    Syntax
    'Declaration
     
    
    Public Overloads Sub DoSpinUp() 
    'Usage
     
    
    Dim instance As GcComboBox
     
    instance.DoSpinUp()
    public void DoSpinUp()
    Remarks
    Calling this method is equivalent to pressing up key when control has focus.
    See Also