ListBox::CustomTabOffsets Property
.NET Framework (current version)
Gets the width of the tabs between the items in the ListBox.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [BrowsableAttribute(false)] property ListBox::IntegerCollection^ CustomTabOffsets { ListBox::IntegerCollection^ get(); }
Property Value
Type: System.Windows.Forms::ListBox::IntegerCollection^A collection of integers representing the tab widths.
The integer array contains the tab spaces in ascending order.
.NET Framework
Available since 2.0
Available since 2.0
Show: