如何使用 C# 使用 VSTO wordAddIn 2010 访问本机 Word 应用程序进度条
目前我正在使用 C# 开发一个单词插件。我想使用我的 Word 插件代码访问本机 Word 应用程序进度栏。有什么方法可以获取引用本机进度条对象吗? 开发环境为Visual Studio 2010,使用C# 4.0 提前致谢。
Currently I'm a developing a word addIn using C#. I want to access native word application progress bar using my word addin code. Is there any way to get reference native progress bar object?
Development environment is Visual Studio 2010 using C# 4.0
Thanks in Advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看这个 Microsoft.Office.Tools.Word.Controls.ProgressBar
Take a look at this Microsoft.Office.Tools.Word.Controls.ProgressBar