CommandBarComboBoxClass.ListCount 属性

定义

获取 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”上某组合框控件中的项数。 如果过程所产生的列表中包含的项数小于三,则显示一条消息提示用户组合框可能已损坏并要求重新安装应用程序。

适用于