PowerTools SPREAD for Windows Forms 8.0J
Clear メソッド (InputMap)


この入力マップからすべてのマッピングを削除します。
構文
'Declaration
 
Public Sub Clear() 
'使用法
 
Dim instance As InputMap
 
instance.Clear()
public void Clear()
次のサンプルコードは、現在の入力マップからすべてのマッピングを削除します。
FarPoint.Win.Spread.InputMap im = new FarPoint.Win.Spread.InputMap();
im = fpSpread1.GetInputMap(FarPoint.Win.Spread.InputMapMode.WhenAncestorOfFocused);
im.Clear();
Dim im As New FarPoint.Win.Spread.InputMap()
im = FpSpread1.GetInputMap(FarPoint.Win.Spread.InputMapMode.WhenAncestorOfFocused)
im.Clear()
参照

InputMap クラス
InputMap メンバ

 

 


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