Form.ControlCollection 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
폼에 있는 컨트롤의 컬렉션을 나타냅니다.
public: ref class Form::ControlCollection : System::Windows::Forms::Control::ControlCollection
public class Form.ControlCollection : System.Windows.Forms.Control.ControlCollection
[System.Runtime.InteropServices.ComVisible(false)]
public class Form.ControlCollection : System.Windows.Forms.Control.ControlCollection
type Form.ControlCollection = class
inherit Control.ControlCollection
[<System.Runtime.InteropServices.ComVisible(false)>]
type Form.ControlCollection = class
inherit Control.ControlCollection
Public Class Form.ControlCollection
Inherits Control.ControlCollection
- 상속
- 상속
- 특성
예제
다음 코드 예제에서는 추가 된 TextBox 및 Label 컨트롤을 폼의 컨트롤 컬렉션입니다. 예제는 폼이 되어 라는 Form1
합니다.
public:
void AddMyControls()
{
TextBox^ textBox1 = gcnew TextBox;
Label^ label1 = gcnew Label;
// Initialize the controls and their bounds.
label1->Text = "First Name";
label1->Location = Point( 48, 48 );
label1->Size = System::Drawing::Size( 104, 16 );
textBox1->Text = "";
textBox1->Location = Point(48,64);
textBox1->Size = System::Drawing::Size( 104, 16 );
// Add the TextBox control to the form's control collection.
Controls->Add( textBox1 );
// Add the Label control to the form's control collection.
Controls->Add( label1 );
}
public void AddMyControls()
{
TextBox textBox1 = new TextBox();
Label label1 = new Label();
// Initialize the controls and their bounds.
label1.Text = "First Name";
label1.Location = new Point(48,48);
label1.Size = new Size (104, 16);
textBox1.Text = "";
textBox1.Location = new Point(48, 64);
textBox1.Size = new Size(104,16);
// Add the TextBox control to the form's control collection.
Controls.Add(textBox1);
// Add the Label control to the form's control collection.
Controls.Add(label1);
}
Public Sub AddMyControls()
Dim textBox1 As New TextBox()
Dim label1 As New Label()
' Initialize the controls and their bounds.
label1.Text = "First Name"
label1.Location = New Point(48, 48)
label1.Size = New Size(104, 16)
textBox1.Text = ""
textBox1.Location = New Point(48, 64)
textBox1.Size = New Size(104, 16)
' Add the TextBox control to the form's control collection.
Controls.Add(textBox1)
' Add the Label control to the form's control collection.
Controls.Add(label1)
End Sub
설명
이 클래스는 폼에 포함 된 컨트롤의 컬렉션을 나타냅니다. 사용할 수는 Add 폼에 컨트롤을 추가 하는 방법 및 Remove 폼에서 컨트롤을 제거 하는 방법입니다. 특정 형식에 바인딩하지 않고이 클래스로 나타낸 컨트롤 컬렉션을 만들 수 없습니다. 결과적으로,이 컨트롤 컬렉션의 여러 인스턴스를 만들 수 없으며 다른 컨트롤 레이아웃을 제공 하는 활성 폼을 사용 하 여 교환 합니다.
생성자
Form.ControlCollection(Form) |
Form.ControlCollection 클래스의 새 인스턴스를 초기화합니다. |
속성
Count |
컬렉션에 포함된 요소 수를 가져옵니다. (다음에서 상속됨 Control.ControlCollection) |
IsReadOnly |
이 컬렉션 개체가 읽기 전용인지 여부를 나타내는 값을 가져옵니다. (다음에서 상속됨 Control.ControlCollection) |
Item[Int32] |
컬렉션에서 지정된 인덱스 위치의 Control를 나타냅니다. (다음에서 상속됨 Control.ControlCollection) |
Item[String] |
컬렉션에서 지정된 키를 갖는 Control을 나타냅니다. (다음에서 상속됨 Control.ControlCollection) |
Owner |
Control.ControlCollection을 소유하는 컨트롤을 가져옵니다. (다음에서 상속됨 Control.ControlCollection) |
메서드
Add(Control) |
폼에 컨트롤을 추가합니다. |
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) |
IEnumerable을 IQueryable로 변환합니다. |