MESCIUS SPREAD for ASP.NET 10.0J
TouchStripItem コンストラクタ(String)

テキスト。
MenuItemクラスの新しいインスタンスを初期化します。
構文
'Declaration
 
Public Function New( _
   ByVal text As String _
)
public TouchStripItem( 
   string text
)

パラメータ

text
テキスト。
次のサンプルコードは、カスタムアイテムをタッチツールバーに追加します。
FarPoint.Web.Spread.TouchStrip touchStrip = new FarPoint.Web.Spread.TouchStrip();
FarPoint.Web.Spread.TouchStripItem parent = new FarPoint.Web.Spread.TouchStripItem("Other....");
parent.ChildItems.Add(new FarPoint.Web.Spread.MenuItem("Child item"));
touchStrip.Items.Add(parent);
FpSpread1.TouchStrips[FarPoint.Web.Spread.TouchStripShowingArea.Cell] = touchStrip;
Dim touchStrip As New FarPoint.Web.Spread.TouchStrip()
Dim parent As New FarPoint.Web.Spread.TouchStripItem("Other....")
parent.ChildItems.Add(New FarPoint.Web.Spread.MenuItem("Child item"))
touchStrip.Items.Add(parent)
FpSpread1.TouchStrips(FarPoint.Web.Spread.TouchStripShowingArea.Cell) = touchStrip
参照

TouchStripItem クラス
TouchStripItem メンバ
オーバーロード一覧

 

 


© MESCIUS inc. All rights reserved.