バージョン

SelectionStart プロパティ

TextEditorToolBase で選択されたテキストの始点を返すか、設定します。
シンタックス
'宣言
 
Public Property SelectionStart As Integer
public int SelectionStart {get; set;}
解説

このプロパティは、選択が開始する TextEditorToolBase のテキスト内の位置を示す整数値を返します。コントロールに存在するテキストに選択を設定することができる SelectionLength に組み合わせて使用されます。

参照