捕获 PowerPoint 中对象的 MouseOver
我可以以某种方式捕获 PowerPoint 中某个对象的鼠标悬停吗?
在我的 PowerPoint 插件中,我希望能够知道鼠标何时位于哪个对象上。 这些对象不是 activex,它们是任何 powerpoint 的内置标准对象(图片等...)。
我需要在演示的设计模式下执行此操作,而不是在运行/演示模式下执行此操作。
Can I trap the mouseover somehow, of an object in PowerPoint.
In my PowerPoint addin, I want to be able to know when the mouse is over which object. The objects are not activex, they are built-in standard objects (pictures, etc...) for any powerpoint.
I need to do this in design mode, of the presentation, not in run/presentation mode.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定这是否是您想要的,但是这里有一篇文章显示如何使用鼠标悬停启动动画
I'm not sure if this is what you want, but here is an article showing how to start animations using a mouseover