System::Windows::Forms::Control::ControlCollection 클래스

ControlCollection class

컨트롤 컬렉션. 구현되지 않음.

class ControlCollection : public System::Collections::Generic::IList<System::SharedPtr<Control>>

메서드

메서드설명
Add(const System::SharedPtr<Control>&) override컬렉션에 컨트롤을 추가합니다.
virtual AddRange(System::ArrayPtr<System::SharedPtr<Control>>)여러 컨트롤을 컬렉션에 추가합니다.
Clear() override컬렉션에서 모든 컨트롤을 삭제합니다.
Contains(const System::SharedPtr<Control>&) const override특정 컨트롤이 컬렉션에 존재하는지 확인합니다.
virtual ContainsKey(System::String) const특정 이름을 가진 컨트롤이 컬렉션에 존재하는지 확인합니다.
ControlCollection(const System::SharedPtr<Control>&)생성자.
CopyTo(System::ArrayPtr<System::SharedPtr<Control>>, int) override컬렉션 내용을 기존 배열 요소에 복사합니다.
Find(const System::String&, bool) const컬렉션에서 지정된 이름의 컨트롤을 찾습니다. 필요에 따라 포함된 컨트롤의 컬렉션을 재귀적으로 확인합니다.
get_Count() const override컬렉션에 있는 컨트롤 수를 가져옵니다.
get_Owner() const컬렉션 소유 컨트롤을 가져옵니다.
GetChildIndex(const System::SharedPtr<Control>&) const특정 컨트롤을 찾습니다.
virtual GetChildIndex(const System::SharedPtr<Control>&, bool) const특정 컨트롤을 찾습니다.
GetEnumerator() override컬렉션을 반복하기 위한 열거자를 가져옵니다.
idx_get(int) const override인덱스별 접근자.
virtual idx_get(System::String) const이름별 접근자.
idx_set(int, System::SharedPtr<Control>) override인덱스별 접근자.
virtual idx_set(System::String, System::SharedPtr<Control>)이름별 접근자.
IndexOf(const System::SharedPtr<Control>&) const override컬렉션에서 컨트롤을 찾습니다.
virtual IndexOfKey(System::String) const컬렉션에서 지정된 이름의 컨트롤을 찾습니다.
Insert(int, const System::SharedPtr<Control>&) override컬렉션에 컨트롤을 삽입합니다.
Remove(const System::SharedPtr<Control>&) override컬렉션에서 컨트롤을 제거합니다.
RemoveAt(int) override컬렉션에서 컨트롤을 제거합니다.
virtual RemoveByKey(System::String)컬렉션에서 컨트롤을 제거합니다.
virtual SetChildIndex(const System::SharedPtr<Control>&, int)컨트롤을 새 위치로 이동합니다.

또 보기