[]
Holds the list of items that constitute the content of an C1ToolStrip.
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
| Name | Description |
|---|---|
| ToolStripItemCollection() |
| Name | Description |
|---|---|
| DataCollection | Gets the data collection this list is wrapping. |
| Name | Description |
|---|---|
| Dispose(bool) | Called to dispose resources. |
| OnCollectionChanged(NotifyCollectionChangedEventArgs) | Raises the CollectionChanged event. |