如何获取 BalloonHint 的大小?
我需要将 TBalloonHint
放置在左下角、任务栏上方。 为了能够计算位置,我需要知道 BalloonHint 窗口的高度和宽度。
我找不到任何函数或属性可以告诉我这一点以及我所理解的内容,BalloonHint 根据内容调整自身大小。所以我也无法用固定的高度和宽度来计算。
好吧,我发现的唯一一个是 SetHintSize()
,但它需要一个 TCustomHintWindow
并且我不知道如何正确设置它。
有人可以向我展示一个如何创建自定义提示或获取 TBalloonHint 大小的示例吗?
提前致谢。
I need to position a TBalloonHint
at the lower left corner, just above the taskbar.
To be able to calculate the position I need to know the Height and Width of the BalloonHint window.
I can't find any functions or properties that will tell me this and what I understand, a BalloonHint resize itself depending on the content. So I can't calculate with a fixed height and width either.
Well, the only one I found was SetHintSize()
, but it needs a TCustomHintWindow
and I have no clue of how to set it up properly.
Can someone please show me an example of how to either create a custom hint or get the size of the TBalloonHint.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论