[]
        
(Showing Draft Content)

FarPoint.Web.Spread.TouchStripItemCollection

TouchStripItemCollection Class

The Spread menu item collection.

Inheritance
ListBase<TouchStripItem>
TouchStripItemCollection
Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.Spread.dll
Syntax
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

Constructors

Name Description
TouchStripItemCollection()

Initializes a new instance of the TouchStripItemCollection class.

Properties

Name Description
this[string]

Gets the TouchStripItem with the specified item text.

Methods

Name Description
OnListChanged(ListChangedEventArgs)

Called when [list changed].