ControlFormat.ListCount 属性

定义

返回列表框或者组合框中数据项的数目。 如果列表中没有数据项,则返回 0(零)。

public:
 property int ListCount { int get(); void set(int value); };
public int ListCount { get; set; }
Public Property ListCount As Integer

属性值

适用于