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

In This Topic
    SetSelectedIndexImmediately Property
    In This Topic
    Gets whether the selected index changes immediately when the drop-down form is open or after the form is closed by pressing the 'enter' key.
    Syntax
    'Declaration
     
    
    Protected Overridable ReadOnly Property SetSelectedIndexImmediately As Boolean
    protected virtual bool SetSelectedIndexImmediately {get;}
    See Also