[]
Represents the Spread TouchStrip collection.
public sealed class TouchStripCollection : StateList<TouchStrip>, IList<TouchStrip>, ICollection<TouchStrip>, IEnumerable<TouchStrip>, IList, ICollection, IEnumerable, IStateManager, ISerializeSupport
Public NotInheritable Class TouchStripCollection
Inherits StateList(Of TouchStrip)
Implements IList(Of TouchStrip), ICollection(Of TouchStrip), IEnumerable(Of TouchStrip), IList, ICollection, IEnumerable, IStateManager, ISerializeSupport
| Name | Description |
|---|---|
| Count | Gets the count. |
| this[TouchStripShowingArea] | Gets or sets the TouchStrip with the specified area. |
| Name | Description |
|---|---|
| GetEnumerator() | Returns an enumerator that iterates through the TouchStripCollection. |
| LoadViewState(object) | Loads the state of the view. |
| SaveViewState() | Saves the state of the view. |