gpt4 book ai didi

c# - 当鼠标悬停在特定文本上时给出提示窗口

转载 作者:行者123 更新时间:2023-11-30 18:43:34 27 4
gpt4 key购买 nike

我正在为 Visual Studio 编辑器开发插件。有谁知道如何在编辑器中提供提示窗口?

MSDN 缺乏关于如何使用 IVsTipWindow 接口(interface)的足够描述。请帮帮我。

最佳答案

我假设您希望在不使用消息框的情况下向用户显示一个小窗口,告诉他们要输入的内容。如果是这样,为什么不使用工具提示呢?

ToolTip toolTip1;

接下来为您的控件创建一个悬停事件并将其放在方法中

toolTip1.SetToolTip(sender as Control, "Some text in balloon!");

http://msdn.microsoft.com/en-us/library/system.windows.forms.tooltip.aspx

关于c# - 当鼠标悬停在特定文本上时给出提示窗口,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4301008/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com