TCnTextBoxBase.Text Property

Gets or sets the current text in the text box.

Namespace: CNClrLib.Control.TextBoxBase
published
 property Text;

Property Value

Type: Void

 

To display multiple lines of text in a text box, set the Multiline property to true. To read or set the text of a multiline text box, use the Lines property. The amount of text that can be entered in the TCnRichTextBox control is limited only by available system memory.