The Telerik RadMenuStrip creates attractive
and flexible menus on forms in your Windows applications. These menus are designed
to be easy for users to access but with the flexibility to include advanced features
such as multi-line text, top-level icons, icons above text, and other unusual effects.
The current example demostrates the multiline text capability of RadMenuStrip.
It is achieved through the Text
property, where you to enter multiline item text. Alternatively,
you can set the multiline text programmatically:
radMenuItem1.Text="File\nSystem";
or
radMenuItem2.Text = @"File
System";