PowerTools SPREAD for Windows Forms 10.0J
Remove メソッド (InputMap)


指定したキー操作のマッピングを削除します。
オーバーロード一覧
オーバーロード説明
Remove(Keystroke)指定したキー操作のマッピングを削除します。  
次のサンプルコードは、指定したキー操作のマッピングを削除します。
FarPoint.Win.Spread.InputMap im = new FarPoint.Win.Spread.InputMap();
FarPoint.Win.Spread.Keystroke k = new FarPoint.Win.Spread.Keystroke(Keys.Enter, Keys.None);
im = fpSpread1.GetInputMap(FarPoint.Win.Spread.InputMapMode.WhenAncestorOfFocused);
im.Remove(k);
Dim im As New FarPoint.Win.Spread.InputMap()
Dim k As New FarPoint.Win.Spread.Keystroke(Keys.Enter, Keys.None)
im = FpSpread1.GetInputMap(FarPoint.Win.Spread.InputMapMode.WhenAncestorOfFocused)
im.Remove(k)
参照

InputMap クラス
InputMap メンバ

 

 


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