다음을 통해 공유


Control.ControlCollection 멤버

Control 개체의 컬렉션을 나타냅니다.

다음 표에서는 Control.ControlCollection 형식에 의해 노출되는 멤버를 보여 줍니다.

Public 생성자

  이름 설명
Public method Supported by the .NET Compact Framework Control.ControlCollection Control.ControlCollection 클래스의 새 인스턴스를 초기화합니다.

위쪽

Public 속성

  이름 설명
Public property Supported by the .NET Compact Framework Count  컬렉션에 있는 요소의 개수를 가져옵니다.(ArrangedElementCollection에서 상속됨)
Public property Supported by the .NET Compact Framework IsReadOnly  컬렉션이 읽기 전용인지 여부를 나타내는 값을 가져옵니다.(ArrangedElementCollection에서 상속됨)
Public property Supported by the .NET Compact Framework Item 오버로드되었습니다. 컬렉션의 Control을 나타냅니다.
Public property Owner Control.ControlCollection을 소유하는 컨트롤을 가져옵니다.

위쪽

Public 메서드

( Protected 메서드 참조)

  이름 설명
Public method Supported by the .NET Compact Framework Add 지정된 컨트롤을 컨트롤 컬렉션에 추가합니다.
Public method AddRange 컨트롤 개체의 배열을 컬렉션에 추가합니다.
Public method Supported by the .NET Compact Framework Clear 컬렉션에서 컨트롤을 모두 제거합니다.
Public method Supported by the .NET Compact Framework Contains 지정된 컨트롤이 컬렉션의 멤버인지 여부를 확인합니다.
Public method ContainsKey Control.ControlCollection에 지정된 키를 갖는 항목이 포함되어 있는지 여부를 확인합니다.
Public method Supported by the .NET Compact Framework CopyTo  대상 배열의 지정된 인덱스에서 시작하여 이 컬렉션의 전체 콘텐츠를 호환되는 1차원 Array에 복사합니다. (ArrangedElementCollection에서 상속됨)
Public method Supported by the .NET Compact Framework Equals  오버로드되었습니다. 두 개의 ArrangedElementCollection 인스턴스가 같은지 여부를 확인합니다. (ArrangedElementCollection에서 상속됨)
Public method Find Name 속성으로 컨트롤을 검색하고 일치하는 모든 컨트롤의 배열을 만듭니다.
Public method Supported by the .NET Compact Framework GetChildIndex 오버로드되었습니다. 컨트롤 컬렉션 내에 있는 컨트롤의 인덱스를 가져옵니다.
Public method Supported by the .NET Compact Framework GetEnumerator 재정의되었습니다. Control.ControlCollection을 반복하는 데 사용되는 열거자 개체에 대한 참조를 검색합니다.
Public method Supported by the .NET Compact Framework GetHashCode  이 인스턴스에 대한 해시 코드를 반환합니다. (ArrangedElementCollection에서 상속됨)
Public method Supported by the .NET Compact Framework GetType  현재 인스턴스의 Type을 가져옵니다. (Object에서 상속됨)
Public method Supported by the .NET Compact Framework IndexOf 컨트롤 컬렉션 내에 있는 지정된 컨트롤의 인덱스를 나타냅니다.
Public method IndexOfKey 이 컬렉션에서 지정된 항목을 검색한 결과 맨 처음 검색된 항목의 인덱스를 가져옵니다.
Public method Static Supported by the .NET Compact Framework ReferenceEquals  지정한 Object 인스턴스가 동일한지 여부를 확인합니다. (Object에서 상속됨)
Public method Supported by the .NET Compact Framework Remove 컨트롤 컬렉션에서 지정된 컨트롤을 제거합니다.
Public method Supported by the .NET Compact Framework RemoveAt 컨트롤 컬렉션에서 지정된 인덱스 위치의 컨트롤을 제거합니다.
Public method RemoveByKey 지정된 키를 갖는 자식 컨트롤을 제거합니다.
Public method Supported by the .NET Compact Framework SetChildIndex 컬렉션에 있는 지정된 자식 컨트롤의 인덱스를 지정된 인덱스 값으로 설정합니다.
Public method Supported by the .NET Compact Framework ToString  현재 Object를 나타내는 String을 반환합니다. (Object에서 상속됨)

위쪽

Protected 메서드

  이름 설명
Protected method Supported by the .NET Compact Framework Finalize  가비지 수집기에서 Object를 회수하기 전에 Object가 리소스를 해제하고 다른 정리 작업을 수행할 수 있게 합니다. (Object에서 상속됨)
Protected method Supported by the .NET Compact Framework MemberwiseClone  현재 Object의 단순 복사본을 만듭니다. (Object에서 상속됨)

위쪽

명시적 인터페이스 구현

  이름 설명
Explicit interface implementation Method Supported by the .NET Compact Framework System.Collections.IList.Add 이 멤버에 대한 설명은 IList.Add를 참조하십시오.
Explicit interface implementation Method Supported by the .NET Compact Framework System.Collections.IList.Contains  
Explicit interface implementation Method Supported by the .NET Compact Framework System.Collections.IList.IndexOf  
Explicit interface implementation Method Supported by the .NET Compact Framework System.Collections.IList.Insert  
Explicit interface implementation Method Supported by the .NET Compact Framework System.Collections.IList.Remove 이 멤버에 대한 설명은 IList.Remove를 참조하십시오.
Explicit interface implementation Method System.ICloneable.Clone 현재 인스턴스의 복사본인 새 개체를 만듭니다.
Explicit interface implementation Property Supported by the .NET Compact Framework System.Collections.ICollection.IsSynchronized  
Explicit interface implementation Property Supported by the .NET Compact Framework System.Collections.ICollection.SyncRoot  
Explicit interface implementation Property Supported by the .NET Compact Framework System.Collections.IList.IsFixedSize  
Explicit interface implementation Property Supported by the .NET Compact Framework System.Collections.IList.Item  

위쪽

참고 항목

참조

Control.ControlCollection 클래스
System.Windows.Forms 네임스페이스
Control 클래스
IList