本文介绍了树节点选择后如何将焦点设置到另一个表单?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
你好
用鼠标选择一个TreeNode之后,我想在右侧面板中将InputFocus设置为另一个窗体.我在TreeView_AfterSelect事件中调用这种形式的Activate方法.但是InputFocus仍保留在TreeView窗体中.我该怎么办?
after Selecting a TreeNode with the Mouse i want to set InputFocus to the other Form in the right Panel. I call the Activate Method of this form in the TreeView_AfterSelect Event. But InputFocus remains at the TreeView Form. How can i do it?
谢谢
Markus
Thank you,
Markus
推荐答案
这篇关于树节点选择后如何将焦点设置到另一个表单?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!