This Question is Answered

15 "helpful" answers available (3 pts)
2 Replies Last post: May 14, 2008 4:06 AM by mannusanghi

How to Left Align the label of CommandButton

May 14, 2008 2:41 AM

Click to view mannusanghi's profile Level 1 mannusanghi 16 posts since
Feb 27, 2008
Hi...

I want to align my CommandButton Label in Left of CommandButton.
By Default label of commandbutton is center aligned.
So I want to align this label in Left.
Please help me...

Thanks in Advance!!! :)

Regards,
Akash Jain
Click to view friedger's profile MVP friedger 87 posts since
Jan 13, 2008
1. Re: How to Left Align the label of CommandButton May 14, 2008 3:13 AM
You get the desired effect by using Label


 
{CommandButton
    label = {Label "Test",
                width = 5cm,
                halign = "left"}
}
 
 
Click to view mannusanghi's profile Level 1 mannusanghi 16 posts since
Feb 27, 2008
2. Re: How to Left Align the label of CommandButton May 14, 2008 4:06 AM
in response to: friedger
Hi..
Thanks Friedger.. for correct answer .
Your suggestions and answer very helpful for me every time.

Regrds,
Akash