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


In This Topic
    Item(TouchStripShowingArea) Property
    In This Topic
    Gets or sets the TouchStrip with the specified area.
    Syntax
    'Declaration
     
    
    Public Overloads Property Item( _
       ByVal area As TouchStripShowingArea _
    ) As TouchStrip
    'Usage
     
    
    Dim instance As TouchStripCollection
    Dim area As TouchStripShowingArea
    Dim value As TouchStrip
     
    instance.Item(area) = value
     
    value = instance.Item(area)
    public TouchStrip Item( 
       TouchStripShowingArea area
    ) {get; set;}

    Parameters

    area
    The area.

    Property Value

    TouchStrip.
    See Also