Adding a msoControlSplitButtonPopup to Outlook

M

Mark Hammans

In VC++ 6

I want to add a button with an icon and a drop button, similar to the 'New'
button

I see from the documentation that I need to make this a CommandBarPopup

When I try and 'Add' this to my CommandBar I get an exception. If I change
it to one of the 'standard' types of buttons I get no problem.

Is it possible to add a control of type 13 (msoControlSplitButtonPopup) or
is that reserved for Microsoft ?
 
S

Sue Mosher [MVP-Outlook]

You can use msoControlPopup but not msoControlSplitButtonPopup, IIRC.
 

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