Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / UpdatingItemFontEventArgs Class / IsHostedInMenu Property

In This Topic
    IsHostedInMenu Property (UpdatingItemFontEventArgs)
    In This Topic
    Gets a value indicating whether the UpdatingItemFontEventArgs.RibbonItem is hosted in a RibbonMenu.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsHostedInMenu As Boolean
    public bool IsHostedInMenu {get;}
    See Also