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

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