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

In This Topic
    Content Property (DropDownToolMenuItem)
    In This Topic
    Gets or sets the content of the drop-down menu.
    Syntax
    'Declaration
     
    
    Public Property Content As Object
    public object Content {get; set;}
    See Also