ListBox.CustomTabOffsets 속성

정의

ListBox에 있는 항목 사이의 탭 너비를 가져옵니다.

public:
 property System::Windows::Forms::ListBox::IntegerCollection ^ CustomTabOffsets { System::Windows::Forms::ListBox::IntegerCollection ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.ListBox.IntegerCollection CustomTabOffsets { get; }
[<System.ComponentModel.Browsable(false)>]
member this.CustomTabOffsets : System.Windows.Forms.ListBox.IntegerCollection
Public ReadOnly Property CustomTabOffsets As ListBox.IntegerCollection

속성 값

ListBox.IntegerCollection

탭 너비를 나타내는 정수 컬렉션입니다.

특성

설명

정수 배열에는 탭 공백이 오름차순으로 포함됩니다.

적용 대상