다음을 통해 공유


TextBoxSelectionChangingEventArgs.SelectionStart 속성

정의

텍스트 선택 영역의 시작 인덱스 를 가져옵니다.

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

속성 값

Int32

int

텍스트 선택 영역의 시작 인덱스입니다.

적용 대상