Ribbon for WPF | ComponentOne
C1.WPF.Ribbon Namespace / ToolStripOverflowItemsCollection Class
Members

In This Topic
    ToolStripOverflowItemsCollection Class
    In This Topic
    Collection of items that will not be shown inline.
    Syntax
    'Declaration
     
    
    Public Class ToolStripOverflowItemsCollection 
       Inherits C1.DataCollection.C1DelegateList(Of Object)
    public class ToolStripOverflowItemsCollection : C1.DataCollection.C1DelegateList<object> 
    Inheritance Hierarchy

    System.Object
       C1.DataCollection.C1DelegateList<T>
          C1.WPF.Ribbon.ToolStripOverflowItemsCollection

    See Also