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

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

Private Properties

Property 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

Public Methods

Method 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

Method 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 method

public Add ( Control value ) : void
value Control
return void

Clear() public method

public Clear ( ) : void
return void

Contains() public method

public Contains ( Control control ) : bool
control Control
return bool

ContainsKey() public method

public ContainsKey ( string key ) : bool
key string
return bool

ControlCollection() public method

public ControlCollection ( Control owner ) : System
owner Control
return System

Find() public method

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

GetChildIndex() public method

public GetChildIndex ( Control child ) : int
child Control
return int

GetChildIndex() public method

public GetChildIndex ( Control child, bool throwException ) : int
child Control
throwException bool
return int

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

IndexOf() public method

public IndexOf ( Control control ) : int
control Control
return int

IndexOfKey() public method

public IndexOfKey ( string key ) : int
key string
return int

Remove() public method

public Remove ( Control value ) : void
value Control
return void

RemoveAt() public method

public RemoveAt ( int index ) : void
index int
return void

RemoveByKey() public method

public RemoveByKey ( string key ) : void
key string
return void

SetChildIndex() public method

public SetChildIndex ( Control child, int newIndex ) : void
child Control
newIndex int
return void

this() public method

public this ( int index ) : Control
index int
return Control

this() public method

public this ( string key ) : Control
key string
return Control