ToolStripTextBox.TextLength プロパティ

定義

コントロールのテキストの長さを取得します。

public:
 property int TextLength { int get(); };
[System.ComponentModel.Browsable(false)]
public int TextLength { get; }
[<System.ComponentModel.Browsable(false)>]
member this.TextLength : int
Public ReadOnly Property TextLength As Integer

プロパティ値

ToolStripTextBox のテキストに含まれる文字数。

属性

注釈

プロパティを TextLength 使用すると、コントロールのテキスト内の特定の文字列を検索するなどのタスクの文字列内の文字数を決定できます。ここで、文字数の合計に関する知識が必要です。

適用対象