Hello,
I been trying to give a button two lines to display. How is this done?
Things I tryed. Button mybutton = new Button ( "my\nbutton) ;
Button mybutton = new Button ( "my" +
"\nbutton") ;
Button mybutton = new Button ( "my\n" +
"button") ;
What I'm looking for is
my
button
I appreciate any help.
Wayne
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
- Re: Off-Topic -- Wayne
- Re: Off-Topic -- Nathan Buggia
- Re: Off-Topic -- Juergen Kreileder
- Re: Off-Topic -- Brad Pepers
