C# 클래스 System.Windows.Forms.Control.ControlCollection

상속: System.Windows.Forms.Layout.ArrangedElementCollection, IList, ICollection, ICloneable, IEnumerable
파일 보기 프로젝트 열기: Clancey/MonoMac.Windows.Form 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AddImplicit void
AddRange void
AddRangeImplicit void
AddToList void
AllContains bool
ClearImplicit void
GetAllControls Control[]
GetAllEnumerator IEnumerator
ICloneable Object
IList int
IList void
ImplicitContains bool
RemoveImplicit void

공개 메소드들

메소드 설명
Add ( Control value ) : void
Clear ( ) : void
Contains ( Control control ) : bool
ContainsKey ( string key ) : bool
ControlCollection ( Control owner ) : System
Find ( string key, bool searchAllChildren ) : Control[]
GetChildIndex ( Control child ) : int
GetChildIndex ( Control child, bool throwException ) : int
GetEnumerator ( ) : IEnumerator
IndexOf ( Control control ) : int
IndexOfKey ( string key ) : int
Remove ( Control value ) : void
RemoveAt ( int index ) : void
RemoveByKey ( string key ) : void
SetChildIndex ( Control child, int newIndex ) : void
this ( int index ) : Control
this ( string key ) : Control

비공개 메소드들

메소드 설명
AddImplicit ( Control control ) : void
AddRange ( Control controls ) : void
AddRangeImplicit ( Control controls ) : void
AddToList ( Control c ) : void
AllContains ( Control value ) : bool
ClearImplicit ( ) : void
GetAllControls ( ) : Control[]
GetAllEnumerator ( ) : IEnumerator
ICloneable ( ) : Object
IList ( object control ) : int
IList ( object control ) : void
ImplicitContains ( Control value ) : bool
RemoveImplicit ( Control control ) : void

메소드 상세

Add() 공개 메소드

public Add ( Control value ) : void
value Control
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Contains() 공개 메소드

public Contains ( Control control ) : bool
control Control
리턴 bool

ContainsKey() 공개 메소드

public ContainsKey ( string key ) : bool
key string
리턴 bool

ControlCollection() 공개 메소드

public ControlCollection ( Control owner ) : System
owner Control
리턴 System

Find() 공개 메소드

public Find ( string key, bool searchAllChildren ) : Control[]
key string
searchAllChildren bool
리턴 Control[]

GetChildIndex() 공개 메소드

public GetChildIndex ( Control child ) : int
child Control
리턴 int

GetChildIndex() 공개 메소드

public GetChildIndex ( Control child, bool throwException ) : int
child Control
throwException bool
리턴 int

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

IndexOf() 공개 메소드

public IndexOf ( Control control ) : int
control Control
리턴 int

IndexOfKey() 공개 메소드

public IndexOfKey ( string key ) : int
key string
리턴 int

Remove() 공개 메소드

public Remove ( Control value ) : void
value Control
리턴 void

RemoveAt() 공개 메소드

public RemoveAt ( int index ) : void
index int
리턴 void

RemoveByKey() 공개 메소드

public RemoveByKey ( string key ) : void
key string
리턴 void

SetChildIndex() 공개 메소드

public SetChildIndex ( Control child, int newIndex ) : void
child Control
newIndex int
리턴 void

this() 공개 메소드

public this ( int index ) : Control
index int
리턴 Control

this() 공개 메소드

public this ( string key ) : Control
key string
리턴 Control