M
Matthias Langbein
Hi all,
I'm currently writing a Word-AddIn with VSTO2k5. Therefor I want to
work with the ActionsPane.
So far I managed to work with the ActionsPane in a "Word Document
Projekt", where a ActionsPane-Member is created in the partial class
ThisDocument that is automatically generated. So I can work with the
ActionsPane via this ActionsPane-Member. In a Add-In-Project, this
ActionsPane-Member is not automatically generated.
I don't manage to create a ActionsPane-Member myself as this object
requires a
Microsoft.VisualStudio.Tools.Applications.Runtime.IRuntimeServiceProvider-Object
which is passed to the Class in the constructor. And on the internet I
can't find any helpful information on this Object.
If anybody can help me how to work with the ActionsPane in a Add-In,
please let me know!!!
Thanks a lot, yours Langi
I'm currently writing a Word-AddIn with VSTO2k5. Therefor I want to
work with the ActionsPane.
So far I managed to work with the ActionsPane in a "Word Document
Projekt", where a ActionsPane-Member is created in the partial class
ThisDocument that is automatically generated. So I can work with the
ActionsPane via this ActionsPane-Member. In a Add-In-Project, this
ActionsPane-Member is not automatically generated.
I don't manage to create a ActionsPane-Member myself as this object
requires a
Microsoft.VisualStudio.Tools.Applications.Runtime.IRuntimeServiceProvider-Object
which is passed to the Class in the constructor. And on the internet I
can't find any helpful information on this Object.
If anybody can help me how to work with the ActionsPane in a Add-In,
please let me know!!!
Thanks a lot, yours Langi