Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBox Class / Spin Property


In This Topic
    Spin Property (GcComboBox)
    In This Topic
    Gets or sets the spin action data package
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Spin As Spin
    'Usage
     
    
    Dim instance As GcComboBox
    Dim value As Spin
     
    value = instance.Spin
    public Spin Spin {get;}

    Property Value

    A Spin indicates the spin data package.
    Remarks
    The spin behaviors can be customized by setting this Spin property.
    See Also