FarPoint.Win.Spread アセンブリ > FarPoint.Win.Spread 名前空間 > InputMap クラス : Remove メソッド |
オーバーロード | 解説 |
---|---|
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)