Lines Property (GcTextBox)
Gets or sets the lines of text in a
GcTextBox control.
'Declaration
Public Property Lines As String()
'Usage
Dim instance As GcTextBox
Dim value() As String
instance.Lines = value
value = instance.Lines
Property Value
An array of strings that contains the text in the control.