Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to access native word application progress bar using VSTO wordAddIn 2010 using C#

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.

like image 388
yohan.jayarathna Avatar asked Nov 14 '22 22:11

yohan.jayarathna


1 Answers

Take a look at this Microsoft.Office.Tools.Word.Controls.ProgressBar

like image 76
Terrance Avatar answered May 10 '23 05:05

Terrance