[]
        
(Showing Draft Content)

C1.Blazor.Ribbon.ToolStripItemCollection

ToolStripItemCollection Class

Holds the list of items that constitute the content of an C1ToolStrip.

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

Constructors

Name Description
ToolStripItemCollection()

Properties

Name Description
DataCollection

Gets the data collection this list is wrapping.

Methods

Name Description
Dispose(bool)

Called to dispose resources.

OnCollectionChanged(NotifyCollectionChangedEventArgs)

Raises the CollectionChanged event.