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

タブ幅を表す整数のコレクション。

属性

注釈

整数配列には、タブスペースが昇順で含まれています。

適用対象