Ribbon for WPF | ComponentOne
C1.WPF.Ribbon Namespace / DropDownToolMenuItem Class / HasContent Property

In This Topic
    HasContent Property (DropDownToolMenuItem)
    In This Topic
    Gets whether the menu item has any content.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property HasContent As Boolean
    public override bool HasContent {get;}
    See Also