C# Класс System.Windows.Forms.Control.ControlCollection

Наследование: System.Windows.Forms.Layout.ArrangedElementCollection, IList, ICollection, ICloneable, IEnumerable
Показать файл Открыть проект Примеры использования класса

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