Gets or sets the max count of lines can be input into the Edit control. .
public System.int MaxLineCount {get; set;}
'Declaration
Public Property MaxLineCount As System.Integer
Exception | Description |
System.ArgumentOutOfRangeException |
The value should not be negative.
|