ListBox.CustomTabOffsets Propiedad

Definición

Obtiene el ancho de las fichas entre los elementos del 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

Valor de propiedad

Colección de enteros que representan los anchos de ficha.

Atributos

Comentarios

La matriz de enteros contiene los espacios de tabulación en orden ascendente.

Se aplica a