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

文字選取範圍的起始索引。

適用於