Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / TouchStripItemClickEventArgs Class / Area Property
Example


In This Topic
    Area Property (TouchStripItemClickEventArgs)
    In This Topic
    Gets the TouchStrip area the clicked item belongs to.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Area As TouchStripShowingArea
    'Usage
     
    
    Dim instance As TouchStripItemClickEventArgs
    Dim value As TouchStripShowingArea
     
    value = instance.Area
    public TouchStripShowingArea Area {get;}

    Property Value

    The area.
    Example
    This example gets the Area property.
    See Also