Programmatic access to Ribbon controls in VSTO (newbie question)

Posted by mcoolbeth on Stack Overflow See other posts from Stack Overflow or by mcoolbeth
Published on 2010-03-25T17:20:26Z Indexed on 2010/03/25 17:23 UTC
Read the original article Hit count: 469

Filed under:
|

I am writing C# with VSTO in Visual Studio 2008 in order to create an add-in for Office 2007.

After I have defined a custom ribbon tab using XML, how do obtain references to the various controls in the ribbon? I would like to be able to do things like programatically manipulate the content of an EditBox.

Thanks in advance.

© Stack Overflow or respective owner

Related posts about vsto

Related posts about .NET