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


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