PowerTools SPREAD for Windows Forms 8.0J
Size プロパティ (InputMap)


この入力マップに定義されているマッピングの数を返します。
構文
'Declaration
 
Public ReadOnly Property Size As Integer
'使用法
 
Dim instance As InputMap
Dim value As Integer
 
value = instance.Size
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 メンバ

 

 


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