Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonFontComboBox Class / HighlightedItem Property

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