Add Command Bar & Button to Contacts Tab ?!

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

Add Command Bar & Button to Contacts Tab ?!
New Contacts Menu Group/Button 
Barry O'Neill




Posts: 20
Joined: 2015-12-16
Hi,

I need to get a custom button onto the Contacts screen/tab, just to the right of the native Command bar grouping that has New Contact/Print/Move/Delete/Search etc. It needs to only appear when the Contacts screen/tab is active.

It seems that I need an adxCommandBar, and a adxCommandBarPopup inside that ?...it pretty much needs to emulate the Dial control, where clicking it gives you a drop down of items I can add to a bound collection. So the same control pretty much, just inside its own grouping, beside the grouping that has the native Dial control.

I'm also not sure what ID's to use to have it appear beside the aforementioned native command bar grouping.

I'm developing against Outlook 2007 for now. Will worry about other versions later (although a solution that works on all would be optimal obviously).

Please advise,

Barry O'Neill
Posted 06 Jan, 2016 17:27:43 Top
Barry O'Neill




Posts: 20
Joined: 2015-12-16
Turns out I needed a ADXOIExplorerCommandBar ...which is types set to Contact across the board :-)
Posted 07 Jan, 2016 14:09:10 Top
Dmitry Kostochko


Add-in Express team


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

Sorry for the delay in my reply.
Yes, you can use the ADXOlExplorerCommandBar component for such tasks.
Posted 08 Jan, 2016 07:47:41 Top