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

In This Topic
    HighlightedItem Property
    In This Topic
    Gets the highlighted item in the RibbonComboBox.
    Syntax
    'Declaration
     
    Public ReadOnly Property HighlightedItem As RibbonButton
    public RibbonButton HighlightedItem {get;}
    See Also