获取鼠标指针下的文本

发布于 2024-10-03 23:15:58 字数 128 浏览 4 评论 0原文

我对 C# 比较陌生。谁能告诉我如何在文本编辑器上显示工具提示...就像当我们将鼠标移到某个特定方法上时 VS 智能感知会扩展该方法一样???由于我正在开发添加功能,我希望工具提示显示在文档上(没有与之关联的表单)如何提前获取鼠标指针下的文本

i am relatively new to C#. can anybody please tell me how to display the tool tip on the text editor...just as VS intellisense expands a particular method when we move the mouse over it??? Since i am Developing an adding i want the tool tip to be displayed on document (there is no form associated with it) how to get the text under the mouse pointer thanx in advance

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

柠栀 2024-10-10 23:15:58

我突然想到了 ToolTip 类。我确信您需要向它提供您想要显示的位置的 x,y 坐标。所以你只需要获取鼠标的 x,y 坐标,这应该很简单。

Off the top of my head look at the ToolTip class. I am sure you need to supply it with the x,y coordinates of where you want it to be displayed. So you just need to get the x,y coordinates of the mouse which should be simple enough.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文