ListBox::UseTabStops Property
.NET Framework (current version)
Gets or sets a value indicating whether the ListBox can recognize and expand tab characters when drawing its strings.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System::Booleantrue if the control can expand tab characters; otherwise, false. The default is true.
The following code example demonstrates how to create a ListBox that displays items with tab characters.
SecurityPermission
for operating with unmanaged code. Associated enumeration: UnmanagedCode
.NET Framework
Available since 1.1
Available since 1.1
Show: