ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1ComboBox Class / SelectedItem Property

In This Topic
    SelectedItem Property
    In This Topic
    Gets or sets currently selected item in the ComboBox.
    Syntax
    'Declaration
     
    Public Property SelectedItem As Object
    public object SelectedItem {get; set;}
    See Also