MultiSelect for WinForms
MaxLineCount プロパティ (C1TextBox)

C1.Win.C1Input.4.5.2 アセンブリ > C1.Win.C1Input 名前空間 > C1TextBox クラス : MaxLineCount プロパティ
Gets or sets the maximum number of lines.
シンタックス
'宣言
 
Public Property MaxLineCount As System.Integer
public System.int MaxLineCount {get; set;}

プロパティ値

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

MaxLineCount limits the acceptable lines of text when the Multiline property is true.

This property does not work with wrapped lines, so preferrable is to use MaxLineCount when System.Windows.Forms.TextBoxBase.WordWrap property is true.

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

参照

C1TextBox クラス
C1TextBox メンバ
Multiline プロパティ