TextBox.SelectionLength プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
テキスト ボックスの現在の選択範囲の文字数を取得または設定します。
public:
property int SelectionLength { int get(); void set(int value); };
int SelectionLength();
void SelectionLength(int value);
public int SelectionLength { get; set; }
var int32 = textBox.selectionLength;
textBox.selectionLength = int32;
Public Property SelectionLength As Integer
<TextBox SelectionLength="int"/>
プロパティ値
Int32
int
テキスト ボックス内の現在の選択範囲の文字数。選択範囲がない場合は 0。