Still struggling to hide task pane on startup

Add-in Express™ Support Service
That's what is more important than anything else

Still struggling to hide task pane on startup
 
Mark McCray




Posts: 17
Joined: 2010-04-15
Using C#

I have a word custom task pane, and I want it hidden on startup. The user will need to press a ribbon button to see it.

I read the information here: https://www.add-in-express.com/forum/read.php?FID=5&TID=12878

I can't find those events or how to subscribe to them. Since the events ADXBeforeTaskPaneShow are not available in any of the designer property windows, how (and where) do I find the object so I can subscribe to that event?

Can you point me in the right direction?

Thanks,

Mark
Posted 14 Aug, 2017 12:11:59 Top
Mark McCray




Posts: 17
Joined: 2010-04-15
Nevermind. I plead lack of sleep. I figured it out. I needed to subscribe to the event IN the custom task pane, not in the AddInControl.cs. Duh.

Thanks,

Mark
Posted 14 Aug, 2017 14:41:20 Top
Dmitry Kostochko


Add-in Express team


Posts: 2875
Joined: 2004-04-05
Hi Mark,

Thank you for keeping us informed.
Posted 15 Aug, 2017 03:29:20 Top