Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FpSpread Class / TouchStrips Property
Example


In This Topic
    TouchStrips Property
    In This Topic
    The TouchStrip collection of Spread.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property TouchStrips As TouchStripCollection
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As TouchStripCollection
     
    value = instance.TouchStrips
    public TouchStripCollection TouchStrips {get;}
    Example
    This example prevents the touch toolbar from being displayed.
    See Also