다음을 통해 공유


TableLayoutControlCollection 클래스

정의

테이블 레이아웃 컨테이너의 자식 컨트롤 컬렉션을 나타냅니다.

public ref class TableLayoutControlCollection : System::Windows::Forms::Control::ControlCollection
[System.ComponentModel.ListBindable(false)]
public class TableLayoutControlCollection : System.Windows.Forms.Control.ControlCollection
[<System.ComponentModel.ListBindable(false)>]
type TableLayoutControlCollection = class
    inherit Control.ControlCollection
Public Class TableLayoutControlCollection
Inherits Control.ControlCollection
상속
특성

설명

클래스는 TableLayoutControlCollection 컨트롤에 있는 TableLayoutPanel 모든 자식 컨트롤의 컬렉션을 나타냅니다. 이 컬렉션은 클래스의 속성에 Controls 의해 노출됩니다 TableLayoutPanel . 에 의해 Controls노출되는 것을 통해 테이블 레이아웃 패널의 멤버를 관리하고 개별적으로 조작할 TableLayoutControlCollection 수 있습니다.

클래스는 TableLayoutControlCollection 기본 클래스의 Control.ControlCollection 사소한 특수화입니다.

생성자

Name Description
TableLayoutControlCollection(TableLayoutPanel)

TableLayoutControlCollection 클래스의 새 인스턴스를 초기화합니다.

속성

Name Description
Container

컬렉션의 컨트롤을 포함하는 부모를 TableLayoutPanel 가져옵니다.

Item[Int32]

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

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

Control 컬렉션에 지정된 키가 있는 키를 나타냅니다.

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

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

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

메서드

Name Description
Add(Control, Int32, Int32)

컬렉션에 지정된 컨트롤을 추가하고 지정된 셀에 배치합니다.

Add(Control)

컨트롤 컬렉션에 지정된 컨트롤을 추가합니다.

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

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

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

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

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

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

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

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

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

해당 Name 속성으로 컨트롤을 검색하고 일치하는 모든 컨트롤의 배열을 빌드합니다.

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

컨트롤 컬렉션 내에서 지정된 자식 컨트롤의 인덱스를 검색하고 지정된 컨트롤이 컨트롤 컬렉션 내에 없는 경우 필요에 따라 예외를 발생합니다.

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

컨트롤 컬렉션 내에서 지정된 자식 컨트롤의 인덱스를 검색합니다.

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

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

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

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

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

컨트롤 컬렉션에서 지정된 컨트롤의 인덱스를 검색합니다.

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

컬렉션 내에서 지정된 항목이 처음 나타나는 인덱스를 검색합니다.

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

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

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

컨트롤 컬렉션에서 지정된 컨트롤을 제거합니다.

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

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

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

지정된 키를 사용하여 자식 컨트롤을 제거합니다.

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

컬렉션에서 지정한 자식 컨트롤의 인덱스 값을 지정한 인덱스 값으로 설정합니다.

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

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

(다음에서 상속됨 Object)

명시적 인터페이스 구현

Name Description
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.IsFixedSize

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

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

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

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

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

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

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

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

(다음에서 상속됨 ArrangedElementCollection)

확장명 메서드

Name Description
AsParallel(IEnumerable)

쿼리의 병렬 처리를 사용하도록 설정합니다.

AsQueryable(IEnumerable)

IEnumerable IQueryable변환합니다.

Cast<TResult>(IEnumerable)

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

OfType<TResult>(IEnumerable)

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

적용 대상

추가 정보