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

文本选择的起始索引。

适用于