MESCIUS SPREAD for Windows Forms 15.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 メンバ

 

 


© MESCIUS inc. All rights reserved.