[]
The Spread menu item collection.
public sealed class TouchStripItemCollection : StateList<TouchStripItem>, IList<TouchStripItem>, ICollection<TouchStripItem>, IEnumerable<TouchStripItem>, IList, ICollection, IEnumerable, IStateManager
Public NotInheritable Class TouchStripItemCollection
Inherits StateList(Of TouchStripItem)
Implements IList(Of TouchStripItem), ICollection(Of TouchStripItem), IEnumerable(Of TouchStripItem), IList, ICollection, IEnumerable, IStateManager
Name | Description |
---|---|
TouchStripItemCollection() | Initializes a new instance of the TouchStripItemCollection class. |
Name | Description |
---|---|
this[string] | Gets the TouchStripItem with the specified item text. |
Name | Description |
---|---|
OnListChanged(ListChangedEventArgs) | Called when [list changed]. |