ListBox.CustomTabOffsets Свойство
Определение
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
Значение свойства
Коллекция целых чисел, представляющих ширину вкладок.A collection of integers representing the tab widths.
- Атрибуты
Комментарии
Массив целых чисел содержит пробелы табуляции в возрастающем порядке.The integer array contains the tab spaces in ascending order.