_OlkComboBox.ListCount 属性

定义

返回 C# 中 整数 (int ) 值,该值指定组合框控件下拉列表中的元素数。 只读。

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

属性值

注解

默认值为零,表示列表中没有项目。

适用于