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

In This Topic
    SelectedIndex Property (InputComboBox)
    In This Topic
    Gets or sets index of the selected item in the InputComboBox.
    Syntax
    'Declaration
     
    Public Property SelectedIndex As Integer
    public int SelectedIndex {get; set;}
    See Also