CommandBarComboBoxClass.ListCount 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 CommandBarComboBox 控件中列表项的数目。 只读。
public:
virtual property int ListCount { int get(); };
public virtual int ListCount { get; }
member this.ListCount : int
Public Overridable ReadOnly Property ListCount As Integer
属性值
实现
示例
本示例检查命令栏“Custom”上某组合框控件中的项数。 如果过程所产生的列表中包含的项数小于三,则显示一条消息提示用户组合框可能已损坏并要求重新安装应用程序。