[]
        
(Showing Draft Content)

C1.Blazor.Ribbon.ToolStripOverflowItemsCollection

ToolStripOverflowItemsCollection Class

Collection of items that will not be shown inline.

Inheritance
ToolStripOverflowItemsCollection
Namespace: C1.Blazor.Ribbon
Assembly: C1.Blazor.Ribbon.dll
Syntax
public class ToolStripOverflowItemsCollection : C1DataCollectionList<object>, IList<object>, ICollection<object>, IList, ICollection, IReadOnlyList<object>, IReadOnlyCollection<object>, IEnumerable<object>, IEnumerable, INotifyCollectionChanged, IDisposable
Public Class ToolStripOverflowItemsCollection
    Inherits C1DataCollectionList(Of Object)
    Implements IList(Of Object), ICollection(Of Object), IList, ICollection, IReadOnlyList(Of Object), IReadOnlyCollection(Of Object), IEnumerable(Of Object), IEnumerable, INotifyCollectionChanged, IDisposable

Implements