How do I get the button w/ optional dropdown

T

Tony Jollans

I don't think Split Buttons are available for customisation (they never were
in toolbars either) - Microsoft keeps some things back for their own
exclusive use.
 
D

David Thielen

In Word, Home, Paste the top half of the button does a paste while the
bottom half drops down a menu. How can I do that in my customui.xml?

figured it out!!!

<splitButton id="Splitbutton1" size="large"
showLabel="true" >
<button id="Button199" label="Out Tag"
image="note_edit.png"/>
<menu id="Menu1" label="Out Tag" itemSize="large"
screentip="screentip" supertip="super-duper" image="note_edit.png">
<button id="Button18" label="Create Tag"
image="note_edit.png"/>
<button id="Button19" image="magic-wand.png"
label="Wizard..."/>
</menu>
</splitButton>

david@[email protected]
Windward Reports -- http://www.WindwardReports.com
me -- http://dave.thielen.com

Cubicle Wars - http://www.windwardreports.com/film.htm
 

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