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 생성됩니다.

적용 대상

추가 정보