Toolbar hide event

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

Toolbar hide event
How to catch the toolbar hide event? 
Guy Yuval-Baharav




Posts: 4
Joined: 2006-05-16
I have added a new toolbar to the contact inspector screen. this toolbar is hidden by default, but I add a ne button to the standard toolbar that shows\hides the new toolbar. the problem is that the user can also show or hid the new toolbar when right clicking on the toolbar area, and checking or unchecking the new toolbar. when this happens I want to catch the toolbar show\hide event so I can update the state of the button that shows this toolbar. which event can I use to know when a toolbar is shown or hidden?
Posted 22 May, 2006 04:09:24 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Guy.

You can use the ExplorerActivate event handler of the ADXOutlookAppEvents component.
Posted 22 May, 2006 14:30:03 Top