sadly, no. you can create a custom control to exhibit this behavior
or, just position a label below the text of the checkbox (or radiobutton)
and set the text of both at runtime.
--
Darren Shaffer
..NET Compact Framework MVP
Principal Architect
Connected Innovation
www.connectedinnovation.com
"Mike" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Is there any way to get checkbox in .NET CF which has more than one
> line of text?
>
> I've tried inserting "\r\n" where I want the new line to start, which
> shows up fine in the Designer, but the second line is blank when the
> code runs on the emulator or the device.
>
> Thanks,
> Mike
>