FlexChart | ComponentOne
C1.Win.Ribbon.4.8 Assembly / C1.Win.Ribbon Namespace / UpdatingItemFontEventArgs Class / IsHostedInToolBar Property

In This Topic
    IsHostedInToolBar Property (UpdatingItemFontEventArgs)
    In This Topic
    Gets a value indicating whether the RibbonItem is hosted in RibbonToolBar, RibbonBottomToolBar, RibbonTopToolBar or RibbonConfigToolBar.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsHostedInToolBar As System.Boolean
    public System.bool IsHostedInToolBar {get;}
    See Also