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


この入力マップの親(InputMapオブジェクト)を取得または設定します。
構文
'Declaration
 
Public Property Parent As InputMap
'使用法
 
Dim instance As InputMap
Dim value As InputMap
 
instance.Parent = value
 
value = instance.Parent
public InputMap Parent {get; set;}

プロパティ値

親入力マップを含む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-2015, GrapeCity inc. All rights reserved.