WindowCollection

WindowCollection class

창 모음.

public class WindowCollection : Collection

속성

이름설명
ClientHeight { get; set; }선택적 int.
ClientWidth { get; set; }선택적 int.
Count { get; }컬렉션에 실제로 포함된 요소 수를 가져옵니다.
Item { get; }지정된 인덱스에 있는 요소를 가져옵니다.

행동 양식

이름설명
Add(Window)컬렉션에 창을 추가합니다.
Clear()컬렉션에서 모든 요소를 제거합니다.
GetEnumerator()제네릭이 아닌 컬렉션에 대한 단순 반복을 지원합니다.
IsExist(int)컬렉션에 있는 항목입니다.
Remove(Window)컬렉션에서 창을 제거합니다.

또한보십시오