Delphi 中按钮的自定义窗口提示

发布于 2024-11-29 23:19:25 字数 186 浏览 0 评论 0原文

我想为我的应用程序中的某些按钮制作自定义格式的提示。 我用来制作一个 tadvtoolpanel 并在 onmousemove 事件上显示它,但它不是很干净。

是否有一个按钮(例如来自 TMS 组件)可以直接启用此功能? 我只是想让用户在鼠标移动时能够快速恢复窗口就可以了。

希望我能解释清楚。

谢谢 格韦纳尔

I would like to make a custom formatted Hint for some buttons in my application.
I use to make a tadvtoolpanel and display it on the onmousemove event, but it is not very clean.

Is there a button (from TMS component for example) which enables this directly ?
I just want the user to have a quick resume windows on the mousemove on it.

Hope i manage to explain clearly.

Thanks
Gwenael

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

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

发布评论

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

评论(1

英雄似剑 2024-12-06 23:19:25

使用 TMS 中的 TAdvOfficeHint 并将其拖放到主窗体上。所有 TMS 按钮都有一个 OfficeHint 属性,可让您指定提示的标题、文本和图标。如果未指定 Office 提示,则使用普通的 Hint 属性。

Use TAdvOfficeHint from TMS and just drop it on your mainform. All the TMS buttons have an OfficeHint property that lets you specify the title, text and icon of the hint. If no office hint is specified, the normal Hint property is used.

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