当光标移至按钮或任何其他项目上时,如何获取信息/信息框?
有一些按钮,当我们将光标移动到这些按钮上时,会显示一条消息,告诉您该按钮的功能是什么以及其他信息。一旦我们将鼠标光标移离按钮、菜单项等的几何图形,信息/信息框就会消失。我怎样才能获得这种效果。 这就是我想要的:
There are buttons over which when we move our cursor a message telling what is the function of this button and other information is displayed. As soon as we move our mouse cursor away from the geometry of button , menuItem etc the information / information box vanishes . How can i obtain this effect.
This is what i want :
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许您正在寻找工具提示事件,
这对您有帮助吗?
如何使用工具提示
Maybe you are looking for the Tooltip Event
Could this Help for you?
How to use Tool Tips