ListBox.CustomTabOffsets Proprietà

Definizione

Ottiene la larghezza delle tabulazioni presenti tra gli elementi nell'oggetto 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

Valore della proprietà

Raccolta di interi che rappresenta la larghezza delle schede.

Attributi

Commenti

La matrice integer contiene gli spazi di tabulazione in ordine crescente.

Si applica a