GrapeCity SPREAD for Windows Forms 11.0J
InputMap コンストラクタ()


親もマッピングも持たない入力マップを作成します。
構文
'Declaration
 
Public Function New()
'使用法
 
Dim instance As New InputMap()
public InputMap()
次のサンプルコードは、入力マップを作成します。
FarPoint.Win.Spread.InputMap im = new FarPoint.Win.Spread.InputMap();
im = fpSpread1.GetInputMap(FarPoint.Win.Spread.InputMapMode.WhenAncestorOfFocused);
listBox1.Items.Add(im.Parent.ToString());
Dim im As New FarPoint.Win.Spread.InputMap()
im = FpSpread1.GetInputMap(FarPoint.Win.Spread.InputMapMode.WhenAncestorOfFocused)
ListBox1.Items.Add(im.Parent.ToString())
参照

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

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.