如何从Ribbon控件获取MS word屏幕位置?

发布于 2024-07-15 18:35:17 字数 164 浏览 3 评论 0原文

我想要获取单词位置,以便可以在功能区控件的事件处理程序中相对于屏幕上的单词定位对话框

private void button1_Click(object sender, RibbonControlEventArgs e)

如何获取? 我的意思是没有位置或点属性可以告诉屏幕坐标。

I want to get the word position, so that I can position my dialogs relative to the word on the screen in the event handler in the ribbon control

private void button1_Click(object sender, RibbonControlEventArgs e)

How to get that? I mean there is no location or Point property which tells the screen coordinates.

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

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

发布评论

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

评论(1

北方的韩爷 2024-07-22 18:35:17

我也遇到过同样的问题。 不知道为什么,但 RibbonControl 类没有提供 Location 属性。

坐标可能位于 COM 对象内的某个位置,但我不是 Excel 专家。

还有其他人遇到过这个吗?

I've come across this same issue. Not sure why, but the RibbonControl class didn't provide a Location property.

It's possible that coordinates are housed somewhere within the COM objects, but I'm no Excel expert.

Anyone else come across this?

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