다음을 통해 공유


TextBoxSelectionChangingEventArgs.SelectionLength 속성

정의

텍스트 선택 영역의 길이를 가져옵니다.

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

속성 값

Int32

int

텍스트 선택 영역의 길이입니다.

적용 대상