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

整數的集合,表示定位點寬度。

屬性

備註

整數陣列會以遞增順序包含定位字元空格。

適用於