ListBox.UseCustomTabOffsets Proprietà

Definizione

Ottiene o imposta un valore che indica se il controllo ListBox riconosce ed estende i caratteri di tabulazione quando crea le stringhe mediante la matrice integer CustomTabOffsets.

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

Valore della proprietà

true se il controllo ListBox riconosce ed estende i caratteri di tabulazione; in caso contrario, false. Il valore predefinito è false.

Attributi

Si applica a

Vedi anche