Split Button for Office Ribbon

  • Thread starter SurveyorinVA via AccessMonster.com
  • Start date
S

SurveyorinVA via AccessMonster.com

Hello all-

Currently I have a split button on my ribbon that's menu items are all large.
I am trying to find the proper commands to use to make the top menu items
large and the items under a splitter control normal size
(btnPMEmployeeAddFieldCrew). I currently have this in the xml file:

<splitButton id="sbPMMainFCrew" size="large">
<button id="btnPMFCrew" imageMso="OutlookGlobe" label="Field Crew" />
<menu id="PMSplitMenuFCrew" itemSize="large">
<button id="btnPMFCrewSchedule"
imageMso="TableStyleRowHeaders"
label="Field Crew Schedule"
description="I am a description"/>

<button id="btnPMFCrewAllocation"
imageMso="TableStyleRowHeaders"
label="Field Crew Allocations"
description="I am a description"/>

<menuSeparator id="myPMFCrewSeparator1" title="Quick
Links"/>

<button id="btnPMEmployeeAddFieldCrew"
imageMso="TableStyleRowHeaders" label="Add New Field
Crew"
description="I am a description"/>

</menu>
</splitButton>

Any thoughts would be greatly appreciated.
Thanks,
CF
 

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