本文介绍了在Alt +鼠标左键单击并在MFC,C ++中拖动时选择文本列的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
当alt和鼠标左键被关闭并拖动时,我需要选择文本列。
我需要实现visual studio中存在的操作,因为我们使用alt和鼠标选择文本列左键被点击并拖动。
提前致谢
我尝试了什么:
我什么都不知道实现这一点。
I need to select columns of text when alt and mouse left key is down and dragged.
I need to implement the operation which exists in visual studio as we select columns of text with alt and mouse left key is clicked and dragged.
Thanks in advance
What I have tried:
I dont have any idea of implementing this.
推荐答案
这篇关于在Alt +鼠标左键单击并在MFC,C ++中拖动时选择文本列的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!