_OlkComboBox.ListCount 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回 C# 中 整数 (int ) 值,该值指定组合框控件下拉列表中的元素数。 只读。
public:
property int ListCount { int get(); };
public int ListCount { get; }
Public ReadOnly Property ListCount As Integer
属性值
注解
默认值为零,表示列表中没有项目。
适用于