【Spread Sheet 应用(一)】去掉原有功能键及添加功能键

        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)
Brower Current Page By web Proxys!

原文地址:https://www.cnblogs.com/sekihin/p/756510.html
Creative Commons License 本作品采用 知识共享署名-非商业性使用 2.5 中国大陆许可协议进行许可。