ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / C1ComboBox Class / MouseWheelSelection Property

In This Topic
    MouseWheelSelection Property
    In This Topic
    Gets or sets a value indicating whether the selected item changes using the mouse wheel when the C1ComboBox isn't dropped down.
    Syntax
    'Declaration
     
    
    Public Property MouseWheelSelection As Boolean
    public bool MouseWheelSelection {get; set;}
    See Also