PowerTools SPREAD for ASP.NET 8.0J
TouchStrips プロパティ

SpreadのTouchStripコレクション。
構文
'Declaration
 
Public ReadOnly Property TouchStrips As TouchStripCollection
public TouchStripCollection TouchStrips {get;}
次のサンプルコードは、タッチツールバーが表示されるのを抑制します。
FpSpread1.TouchStrips[FarPoint.Web.Spread.TouchStripShowingArea.Cell] = FarPoint.Web.Spread.TouchStrip.None;
FpSpread1.TouchStrips(FarPoint.Web.Spread.TouchStripShowingArea.Cell) = FarPoint.Web.Spread.TouchStrip.None
参照

FpSpread クラス
FpSpread メンバ

 

 


© 2003-2015, GrapeCity inc. All rights reserved.