ControlFormat.ListCount Property

Definition

Returns the number of entries in a list box or combo box. Returns 0 (zero) if there are no entries in the list.

public:
 property int ListCount { int get(); void set(int value); };
public int ListCount { get; set; }
Public Property ListCount As Integer

Property Value

Applies to