ComponentOne MultiSelect for WinForms
C1.Win.C1Input 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