ListBox.UseCustomTabOffsets Property

Definition

Gets or sets a value indicating whether the ListBox recognizes and expands tab characters when it draws its strings by using the CustomTabOffsets integer array.

public:
 property bool UseCustomTabOffsets { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public bool UseCustomTabOffsets { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.UseCustomTabOffsets : bool with get, set
Public Property UseCustomTabOffsets As Boolean

Property Value

true if the ListBox recognizes and expands tab characters; otherwise, false. The default is false.

Attributes

Applies to

See also