Chinese German Japanese Korean French Italian Portuguese Spanish
A Site for .NET Smart Device Software Developers
 Feel free to browse the available .NET Smart Device controls & components for the .NET Compact Framework
 All controls have design time support for Visual Studio .NET, 2005 & 2008.
 All controls are written in fully managed code, are royalty free and support is all part of the purchase!
 Why create your own controls when it has been done for you here at a fraction of the cost?

FAQ - ColorButton Multiline example

This document is to explain how to achieve the multi line text as per the demo application.
This effect needs to be coded to set the text of the button at runtime.

Example Code C#:


//In C#, use the escape sequence: \n

colorButton1.Text = "My \n Button";


Example Code VB:


'In VB, use the Carriage-return/linefeed character combination: vbCrLf

ColorButton1.Text = "My" & vbCrLf & "Button"



Contact Us
©2004-2007 PocketPC Controls.com