TextBox.SelectionLength 속성

정의

텍스트 상자의 편집 가능 부분에서 선택된 문자의 수를 가져오거나 설정하세요.

public:
 virtual property int SelectionLength { int get(); void set(int value); };
[System.ComponentModel.Browsable(false)]
public override int SelectionLength { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.SelectionLength : int with get, set
Public Overrides Property SelectionLength As Integer

속성 값

Int32

텍스트 상자에서 선택한 문자 수입니다.

특성

적용 대상