ListBox.UseCustomTabOffsets 속성

정의

ListBoxCustomTabOffsets 정수 배열을 사용하여 문자열을 그릴 때 탭 문자를 인식하고 확장하는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool UseCustomTabOffsets { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public bool UseCustomTabOffsets { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.UseCustomTabOffsets : bool with get, set
Public Property UseCustomTabOffsets As Boolean

속성 값

Boolean

ListBox가 탭 문자를 인식하고 확장하면 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

특성

적용 대상

추가 정보