C# Class System.Windows.Forms.Control.ControlCollection

Inheritance: System.Windows.Forms.Layout.ArrangedElementCollection, IList, ICollection, ICloneable, IEnumerable
Afficher le fichier Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Private Properties

Свойство Type Description
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

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

Add() public méthode

public Add ( Control value ) : void
value Control
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Contains() public méthode

public Contains ( Control control ) : bool
control Control
Résultat bool

ContainsKey() public méthode

public ContainsKey ( string key ) : bool
key string
Résultat bool

ControlCollection() public méthode

public ControlCollection ( Control owner ) : System
owner Control
Résultat System

Find() public méthode

public Find ( string key, bool searchAllChildren ) : Control[]
key string
searchAllChildren bool
Résultat Control[]

GetChildIndex() public méthode

public GetChildIndex ( Control child ) : int
child Control
Résultat int

GetChildIndex() public méthode

public GetChildIndex ( Control child, bool throwException ) : int
child Control
throwException bool
Résultat int

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

IndexOf() public méthode

public IndexOf ( Control control ) : int
control Control
Résultat int

IndexOfKey() public méthode

public IndexOfKey ( string key ) : int
key string
Résultat int

Remove() public méthode

public Remove ( Control value ) : void
value Control
Résultat void

RemoveAt() public méthode

public RemoveAt ( int index ) : void
index int
Résultat void

RemoveByKey() public méthode

public RemoveByKey ( string key ) : void
key string
Résultat void

SetChildIndex() public méthode

public SetChildIndex ( Control child, int newIndex ) : void
child Control
newIndex int
Résultat void

this() public méthode

public this ( int index ) : Control
index int
Résultat Control

this() public méthode

public this ( string key ) : Control
key string
Résultat Control