Share via


RichEditBoxSelectionChangingEventArgs.SelectionStart プロパティ

定義

テキスト選択の開始インデックスを取得します。

public:
 property int SelectionStart { int get(); };
int SelectionStart();
public int SelectionStart { get; }
var int32 = richEditBoxSelectionChangingEventArgs.selectionStart;
Public ReadOnly Property SelectionStart As Integer

プロパティ値

Int32

int

テキスト選択の開始インデックス。

適用対象