1

I'm making a Custom Task Pane for MS Word using Visual Studio (C#), and would like to add an option to the drop-down menu that, as far as I can tell, appears on all such task-panes. This is the menu I mean.

Is there a way to add an option to the default "Move, Size, Close"?

Roxton
  • 151
  • 7
  • 1
    An update: I've been looking into this for a couple of days now and can't find any way to do it; nor have I found any references to anyone else being able to modify the menu. That's not say that it's impossible, but I'm not going to be spending any more time on it. – Roxton Aug 26 '15 at 09:36

1 Answers1

0

Sorry, but no, you cannot do this.

The Office add-in model is such that you only control the web application portion of the experience. Everything else is controlled by Office.

With the new web-based add-in model, you have much less control over Office itself than previous models.

Martin Kearn
  • 2,313
  • 1
  • 21
  • 35