Dim im As FarPoint.Win.Spread.InputMap
        im 
= vaBody.GetInputMap(FarPoint.Win.Spread.InputMapMode.WhenAncestorOfFocused)
        im.Put(
New FarPoint.Win.Spread.Keystroke(Keys.F3, Keys.None), FarPoint.Win.Spread.SpreadActions.None)
        im.Put(
New FarPoint.Win.Spread.Keystroke(Keys.F4, Keys.None), FarPoint.Win.Spread.SpreadActions.None)

        im 
= vaBody.GetInputMap(FarPoint.Win.Spread.InputMapMode.WhenFocused)
        im.Put(
New FarPoint.Win.Spread.Keystroke(Keys.F4, Keys.None), FarPoint.Win.Spread.SpreadActions.None)
【Spread Sheet 应用(一)】去掉原有功能键及添加功能键

相关文章:

  • 2022-01-07
  • 2022-01-02
  • 2022-12-23
  • 2021-11-06
  • 2021-12-12
  • 2021-12-05
  • 2022-12-23
猜你喜欢
  • 2021-10-07
  • 2021-05-16
  • 2021-04-18
  • 2021-12-20
  • 2021-09-02
  • 2021-08-29
  • 2022-12-23
相关资源
相似解决方案