MESCIUS SPREAD for Windows Forms 15.0J
Size プロパティ (InputMap)
使用例 

この入力マップに定義されているマッピングの数を返します。
構文
'宣言
 
Public ReadOnly Property Size As Integer
public int Size {get;}

プロパティ値

親マッピングの数を表す Integer
使用例
次のサンプルコードでは、このメンバを使用して、入力マップの親のマッピングのサイズを返しています。
FarPoint.Win.Spread.InputMap im = new FarPoint.Win.Spread.InputMap();
im = fpSpread1.GetInputMap(FarPoint.Win.Spread.InputMapMode.WhenAncestorOfFocused);
listBox1.Items.Add(im.Parent.Size.ToString());
Dim im As New FarPoint.Win.Spread.InputMap()
im = FpSpread1.GetInputMap(FarPoint.Win.Spread.InputMapMode.WhenAncestorOfFocused)
ListBox1.Items.Add(im.Parent.Size.ToString())
参照

InputMap クラス
InputMap メンバ

 

 


© MESCIUS inc. All rights reserved.