Ribbon for WPF | ComponentOne
C1.WPF.Ribbon Namespace / C1ToolStrip Class / OverflowItems Property

In This Topic
    OverflowItems Property
    In This Topic
    Gets the collection of items that does not fit inline and will be shown in the overflow menu.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property OverflowItems As ToolStripOverflowItemsCollection
    public ToolStripOverflowItemsCollection OverflowItems {get;}
    See Also