您好,请发帖时发布到对应产品的板块,方便处理。
我看了您之前的记录,推断您说的是winforms产品。我将您的帖子移动到winform专区了
可以使用imputmap 给delete加上clear 的action
- FarPoint.Win.Spread.InputMap im = fpSpread1.GetInputMap(FarPoint.Win.Spread.InputMapMode.WhenFocused);
- im.Put(new Keystroke(Keys.Delete, Keys.None), FarPoint.Win.Spread.SpreadActions.ClearSelectedCells);
复制代码 |