Link to home
Start Free TrialLog in
Avatar of ButlerTechnology
ButlerTechnology

asked on

Excel 2010 Ribbon Textbox Alignment

I am working on a custom ribbon that contains several editboxes that contain numbers.  I am using the following XML code to create the editboxes.
<editBox id="TrailerBottom" label="Bottom Weight"
onChange="onChangeTrailerBottom" 
getText="onGetTextTrailerBottom" />

Open in new window

My question is do I have the ability to right align the text.  I didn't see the option on the MSDN site, so I am thinking no, but I wanted to double check.
ASKER CERTIFIED SOLUTION
Avatar of Chris Bottomley
Chris Bottomley
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ButlerTechnology
ButlerTechnology

ASKER

Thank you for review the question and confirming my thoughts.
Tom