ImageList.ImageCollection.Count 属性

定义

获取列表中的当前图像数。

public:
 property int Count { int get(); };
[System.ComponentModel.Browsable(false)]
public int Count { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Count : int
Public ReadOnly Property Count As Integer

属性值

Int32

列表中的图像数。 默认值为 0。

实现

属性

注解

对映像进行计数会 Handle 强制创建映像。

适用于

另请参阅