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

In This Topic
    SelectedItem Property (IComboBox)
    In This Topic
    Gets or sets currently selected item in the ComboBox.
    Syntax
    'Declaration
     
    
    Property SelectedItem As ComboBoxItem
    ComboBoxItem SelectedItem {get; set;}
    See Also