ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / IComboBox Interface / AllowSpinLoop Property

In This Topic
    AllowSpinLoop Property (IComboBox)
    In This Topic
    Determines whether the spinner moves to the first item when it reaches the last, or to the last when it reaches the first.
    Syntax
    'Declaration
     
    
    Property AllowSpinLoop As Boolean
    bool AllowSpinLoop {get; set;}
    See Also