ListBox.CustomTabOffsets Propriété

Définition

Place la largeur des onglets entre les éléments dans ListBox.

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

Valeur de propriété

Collection des entiers représentant les largeurs d'onglet.

Attributs

Remarques

Le tableau d’entiers contient les espaces de tabulation dans l’ordre croissant.

S’applique à