HOWTO: Get the CommandBarComboBox event on the inspector

T

tonyl

I have successfully created the commandbar comboBox for each inspector.
However, I don't know to trigger the OnAction event of that commandBarComboBox.
Is it the same as the comboBox on the main application event?

Regards,
Tony
 
T

Tagman

Using VC++, I have tried adding the event handler similar to the
OnNewInspector. However, it is not work. how can I add the OnChange
event for the commandbarComboBox (I create that comboBox on each
inspector window)?

Regards,
Tony
 
K

Ken Slovak - [MVP - Outlook]

OnAction isn't an event, it's a property. It's there in the Object Browser
for a CommandBarComboBox control in the Office tlb.
 
A

Andrei Smolin

tonyl,

If you write in .NET, then check out Add-in Express .NET. It provides
design and run-time support for Outlook Explorer and Inspector
CommandBars (toolbars) and controls as well as for Outlook Property
pages. It aslo allows intercepting keyboard shortcuts and built-in
controls. See http://www.add-in-express.com/add-in-net/ .

Andrei Smolin
Add-in Express Team Leader
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top