MdiClient.ControlCollection 클래스

정의

MdiClient 컨트롤의 컬렉션을 포함합니다.

public: ref class MdiClient::ControlCollection : System::Windows::Forms::Control::ControlCollection
public class MdiClient.ControlCollection : System.Windows.Forms.Control.ControlCollection
[System.Runtime.InteropServices.ComVisible(false)]
public class MdiClient.ControlCollection : System.Windows.Forms.Control.ControlCollection
type MdiClient.ControlCollection = class
    inherit Control.ControlCollection
[<System.Runtime.InteropServices.ComVisible(false)>]
type MdiClient.ControlCollection = class
    inherit Control.ControlCollection
Public Class MdiClient.ControlCollection
Inherits Control.ControlCollection
상속
MdiClient.ControlCollection
상속
특성

생성자

MdiClient.ControlCollection(MdiClient)

컬렉션의 소유자를 지정하여 MdiClient.ControlCollection 클래스의 새 인스턴스를 초기화합니다.

속성

Count

컬렉션에 포함된 요소 수를 가져옵니다.

(다음에서 상속됨 Control.ControlCollection)
IsReadOnly

이 컬렉션 개체가 읽기 전용인지 여부를 나타내는 값을 가져옵니다.

(다음에서 상속됨 Control.ControlCollection)
Item[Int32]

컬렉션에서 지정된 인덱스 위치의 Control를 나타냅니다.

(다음에서 상속됨 Control.ControlCollection)
Item[String]

컬렉션에서 지정된 키를 갖는 Control을 나타냅니다.

(다음에서 상속됨 Control.ControlCollection)
Owner

Control.ControlCollection을 소유하는 컨트롤을 가져옵니다.

(다음에서 상속됨 Control.ControlCollection)

메서드

Add(Control)

MDI(다중 문서 인터페이스) 컨테이너에 컨트롤을 추가합니다.

AddRange(Control[])

컨트롤 개체의 배열을 컬렉션에 추가합니다.

(다음에서 상속됨 Control.ControlCollection)
Clear()

컬렉션에서 컨트롤을 모두 제거합니다.

(다음에서 상속됨 Control.ControlCollection)
Contains(Control)

지정된 컨트롤이 컬렉션의 멤버인지 여부를 확인합니다.

(다음에서 상속됨 Control.ControlCollection)
ContainsKey(String)

Control.ControlCollection에 지정된 키를 갖는 항목이 포함되어 있는지 여부를 확인합니다.

(다음에서 상속됨 Control.ControlCollection)
CopyTo(Array, Int32)

특정 배열 인덱스부터 시작하여 컬렉션의 요소를 배열에 복사합니다.

(다음에서 상속됨 Control.ControlCollection)
Equals(Object)

현재 컬렉션 개체와 지정된 개체가 같은지 여부를 지정합니다.

(다음에서 상속됨 Control.ControlCollection)
Find(String, Boolean)

Name 속성으로 컨트롤을 검색하고 일치하는 모든 컨트롤의 배열을 만듭니다.

(다음에서 상속됨 Control.ControlCollection)
GetChildIndex(Control)

컨트롤 컬렉션 내에 있는 지정된 자식 컨트롤의 인덱스를 가져옵니다.

(다음에서 상속됨 Control.ControlCollection)
GetChildIndex(Control, Boolean)

컨트롤 컬렉션 내에 있는 지정된 자식 컨트롤의 인덱스를 가져옵니다. 지정된 컨트롤이 컨트롤 컬렉션 내에 없으면 예외가 발생할 수도 있습니다.

(다음에서 상속됨 Control.ControlCollection)
GetEnumerator()

Control.ControlCollection을 반복하는 데 사용되는 열거자 개체에 대한 참조를 검색합니다.

(다음에서 상속됨 Control.ControlCollection)
GetHashCode()

이 인스턴스의 해시 코드를 반환합니다.

(다음에서 상속됨 Control.ControlCollection)
GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
IndexOf(Control)

컨트롤 컬렉션 내에 있는 지정된 컨트롤의 인덱스를 나타냅니다.

(다음에서 상속됨 Control.ControlCollection)
IndexOfKey(String)

컬렉션에서 지정된 항목이 처음 발견된 위치의 인덱스를 검색합니다.

(다음에서 상속됨 Control.ControlCollection)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
Remove(Control)

자식 컨트롤을 제거합니다.

RemoveAt(Int32)

컨트롤 컬렉션에서 지정된 인덱스 위치의 컨트롤을 제거합니다.

(다음에서 상속됨 Control.ControlCollection)
RemoveByKey(String)

지정된 키를 갖는 자식 컨트롤을 제거합니다.

(다음에서 상속됨 Control.ControlCollection)
SetChildIndex(Control, Int32)

컬렉션에 있는 지정된 자식 컨트롤의 인덱스를 지정된 인덱스 값으로 설정합니다.

(다음에서 상속됨 Control.ControlCollection)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

명시적 인터페이스 구현

ICloneable.Clone()

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

이 멤버에 대한 설명은 Clone()를 참조하세요.

(다음에서 상속됨 Control.ControlCollection)
ICollection.IsSynchronized

이 멤버에 대한 설명을 보려면 IsSynchronized 속성을 참조하세요.

(다음에서 상속됨 ArrangedElementCollection)
ICollection.SyncRoot

이 멤버에 대한 설명을 보려면 SyncRoot 속성을 참조하세요.

(다음에서 상속됨 ArrangedElementCollection)
IList.Add(Object)

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

이 멤버에 대한 설명은 Add(Object)를 참조하세요.

(다음에서 상속됨 Control.ControlCollection)
IList.Clear()

이 멤버에 대한 설명을 보려면 Clear() 메서드를 참조하세요.

(다음에서 상속됨 ArrangedElementCollection)
IList.Contains(Object)

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

이 멤버에 대한 설명은 Contains(Object)를 참조하세요.

(다음에서 상속됨 Control.ControlCollection)
IList.IndexOf(Object)

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

이 멤버에 대한 설명은 IndexOf(Object)를 참조하세요.

(다음에서 상속됨 Control.ControlCollection)
IList.Insert(Int32, Object)

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

이 멤버에 대한 설명은 Insert(Int32, Object)를 참조하세요.

(다음에서 상속됨 Control.ControlCollection)
IList.IsFixedSize

이 멤버에 대한 설명을 보려면 IsFixedSize 속성을 참조하세요.

(다음에서 상속됨 ArrangedElementCollection)
IList.Item[Int32]

이 멤버에 대한 설명을 보려면 Item[Int32] 속성을 참조하세요.

(다음에서 상속됨 ArrangedElementCollection)
IList.Remove(Object)

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

이 멤버에 대한 설명은 Remove(Object)를 참조하세요.

(다음에서 상속됨 Control.ControlCollection)
IList.RemoveAt(Int32)

이 멤버에 대한 설명을 보려면 RemoveAt(Int32) 메서드를 참조하세요.

(다음에서 상속됨 ArrangedElementCollection)

확장 메서드

Cast<TResult>(IEnumerable)

IEnumerable의 요소를 지정된 형식으로 캐스팅합니다.

OfType<TResult>(IEnumerable)

지정된 형식에 따라 IEnumerable의 요소를 필터링합니다.

AsParallel(IEnumerable)

쿼리를 병렬화할 수 있도록 합니다.

AsQueryable(IEnumerable)

IEnumerableIQueryable로 변환합니다.

적용 대상