InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputComboBox Class / HighlightedIndex Property

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