TextBox.LineCount プロパティ

定義

テキスト ボックス内の行の合計数を取得します。

public:
 property int LineCount { int get(); };
public int LineCount { get; }
member this.LineCount : int
Public ReadOnly Property LineCount As Integer

プロパティ値

Int32

テキスト ボックス内の行の合計数。レイアウト情報が使用できない場合は -1。

注釈

テキストの折り返しが有効になっている場合、テキスト ボックスの幅を変更すると、この値が変更される可能性があります。

返される値は、現在表示されている行数に関係なく、テキスト ボックス内の行の合計数です。

適用対象

こちらもご覧ください