FileListBox.ItemHeight Propiedad

Definición

Obtiene el alto de un elemento en .ListBox

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

Valor de propiedad

Esta propiedad no es necesaria para el FileListBox control; FileListBox no admite elementos de alto variable. Solo se proporciona porque el FileListBox control hereda de ListBox.

Atributos

Comentarios

Nota:

Las herramientas proporcionan funciones y objetos en el espacio de nombres /> de

Se aplica a

Consulte también