Edit

Share via


_OlkComboBox.ListCount Property

Definition

Returns an Integer (int in C#) value that specifies the number of elements in the drop-down list of the combo box control. Read-only.

public:
 property int ListCount { int get(); };
public int ListCount { get; }
Public ReadOnly Property ListCount As Integer

Property Value

Remarks

The default value is zero, indicating that there are no items in the list.

Applies to