Button text alignment

ayjayh

Registered User.
Local time
Today, 05:42
Joined
Mar 29, 2002
Messages
20
I am using big buttons on my forms and have a lot of text to say what the button does. The text is doggedly centre aligned. Is there a way to left align it?
Thanks in advance
Tony
 
Not with buttons but you could use labels to simulate the button look - that way you left align.

Also, why have big buttons full of text? Why not just put the button's basic function as the text and use the button's ControlTipText property to detail the button's purpose in greater details?
 
Yes, thanks, I have considered those alternatives. It's just that left aligned text would look a lot neater on a form full of buttons.
Thanks anyway.
Tony
 

Users who are viewing this thread

Back
Top Bottom