Delphi 中按钮的自定义窗口提示
我想为我的应用程序中的某些按钮制作自定义格式的提示。 我用来制作一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 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 normalHint
property is used.