ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonComboBox Class / HighlightedIndex Property

In This Topic
    HighlightedIndex Property
    In This Topic
    Gets index of the highlighted item in the RibbonComboBox.
    Syntax
    'Declaration
     
    Public ReadOnly Property HighlightedIndex As System.Integer
    public System.int HighlightedIndex {get;}
    See Also