Wimark.Controls Class Library  

TextBox.Lines Property

Gets or sets the lines of text in a text box control.

[Visual Basic]
Public Property Lines As String () 
[C#]
public string[] Lines {get; set;}
[C++]
public: __property String* get_Lines();
public: __property void set_Lines(String*);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

TextBox Class | TextBox Members | Wimark.Controls Namespace