Spread for ASP.NET 8.0 Product Documentation
TouchStrips Property
Example 


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.
FpSpread1.TouchStrips[FarPoint.Web.Spread.TouchStripShowingArea.Cell] = FarPoint.Web.Spread.TouchStrip.None;
FpSpread1.TouchStrips(FarPoint.Web.Spread.TouchStripShowingArea.Cell) = FarPoint.Web.Spread.TouchStrip.None
Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

FpSpread Class
FpSpread Members

 

 


Copyright © GrapeCity, inc. All rights reserved.