Ribbon for WPF | ComponentOne
C1.WPF.Ribbon Namespace / C1MenuTool Class / Tools Property

In This Topic
    Tools Property
    In This Topic
    Gets the collection of sub-tools this tool will display as a menu.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Tools As MenuToolCollection
    public MenuToolCollection Tools {get;}
    See Also