Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / C1ComboBox Class / SelectedIndex Property

In This Topic
    SelectedIndex Property (C1ComboBox)
    In This Topic
    Gets or sets the index specifying the currently selected item.
    Syntax
    'Declaration
     
    
    Public Property SelectedIndex As Integer
    public int SelectedIndex {get; set;}
    See Also