InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputComboBox Class / SelectedItem Property

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