_OlkComboBox.ListCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.