D
David Thielen
Hi;
I am writing a word add-on in C# + VSTO but I think the API stays the
same.
First off. CommandBars.OnUpdate is called a lot so it isn't a good
solution for this problem.
My problem is I have 3 menu items that are enabled/disabled depending
on the caret position in the document. I don't want to go off the
selection change event because that gets fired a lot.
Is there some event that is fired just before a menu is displayed?
thanks - dave
I am writing a word add-on in C# + VSTO but I think the API stays the
same.
First off. CommandBars.OnUpdate is called a lot so it isn't a good
solution for this problem.
My problem is I have 3 menu items that are enabled/disabled depending
on the caret position in the document. I don't want to go off the
selection change event because that gets fired a lot.
Is there some event that is fired just before a menu is displayed?
thanks - dave