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

属性值

表示制表符宽度的整数的集合。

属性

注解

整数数组按升序包含制表符空格。

适用于