Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / TouchStripCollection Class / Item Property / Item(Int32) Property
The index.


In This Topic
    Item(Int32) Property
    In This Topic
    Gets or sets the TouchStrip at the specified index.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides NotOverridable Property Item( _
       ByVal index As Integer _
    ) As TouchStrip
    'Usage
     
    
    Dim instance As TouchStripCollection
    Dim index As Integer
    Dim value As TouchStrip
     
    instance.Item(index) = value
     
    value = instance.Item(index)
    public override TouchStrip Item( 
       int index
    ) {get; set;}

    Parameters

    index
    The index.

    Property Value

    TouchStrip.
    See Also