MaxLineCount Property (GcTextBox)
Gets or sets the maximum number of lines.
public int MaxLineCount {get; set;}
'Declaration
Public Property MaxLineCount As Integer
'Usage
Dim instance As GcTextBox
Dim value As Integer
instance.MaxLineCount = value
value = instance.MaxLineCount
Property Value
An
int value that indicates the maximum number of lines.
The default is
zero.