'宣言 Public Property SelectionLength As Integer
public int SelectionLength {get; set;}
このプロパティは、テキスト選択の長さ (文字で) を示す整数値を返します。選択の長さに変更するために使用することもできます。コントロールに存在するテキストに選択を設定することができる SelectionStart に組み合わせて使用されます。
TextEditorToolBase クラス TextEditorToolBase メンバ TextEditorToolBase クラス