[]
        
(Showing Draft Content)

C1.Win.Input.Base.C1TextBoxBase.MaxLineCount

MaxLineCount Property

MaxLineCount

Gets or sets the maximum number of lines.

Declaration
public int MaxLineCount { get; set; }
Property Value
Type Description
int

An int value that indicates the maximum number of lines.
The default is zero.

Remarks

MaxLineCount limits the acceptable lines of text when the C1.Win.C1Input.C1TextBox.Multiline property is true.

This property does not work with wrapped lines, so preferable is to use MaxLineCount when WordWrap property is true.

The default value of this property, zero, means no limit.

See Also