메소드 | 설명 | |
---|---|---|
Add ( |
Adds the specified control to the control collection
|
|
AddRange ( |
Adds an array of control objects to the collection
|
|
Clear ( ) : void |
Removes all controls from the collection
|
|
Contains ( |
Determines whether the specified control is a member of the collection
|
|
IndexOf ( |
Retrieves the index of the specified control in the control collection
|
|
ItemCollection ( |
Initializes a new instance of the Expando.ItemCollection class
|
|
Move ( |
Moves the specified control to the specified indexed location in the control collection
|
|
MoveToBottom ( |
Moves the specified control to the bottom of the control collection
|
|
MoveToTop ( |
Moves the specified control to the top of the control collection
|
|
Remove ( |
Removes the specified control from the control collection
|
|
RemoveAt ( int index ) : void |
Removes a control from the control collection at the specified indexed location
|
|
this ( int index ) : |
The Control located at the specified index location within the control collection
|
public Add ( |
||
value | The Control to add to the control collection | |
리턴 | void |
public AddRange ( |
||
controls | An array of Control objects to add /// to the collection | |
리턴 | void |
public Contains ( |
||
control | The Control to locate in the collection | |
리턴 | bool |
public IndexOf ( |
||
control | The Control to locate in the collection | |
리턴 | int |
public ItemCollection ( |
||
owner | An Expando representing the expando that owns /// the Control collection | |
리턴 | System |
public Move ( |
||
value | The control to be moved | |
index | int | The indexed location in the control collection /// that the specified control will be moved to |
리턴 | void |
public MoveToBottom ( |
||
value | The control to be moved | |
리턴 | void |
public MoveToTop ( |
||
value | The control to be moved | |
리턴 | void |
public Remove ( |
||
value | The Control to remove from the /// Expando.ItemCollection | |
리턴 | void |
public RemoveAt ( int index ) : void | ||
index | int | The index value of the Control to /// remove |
리턴 | void |
public this ( int index ) : |
||
index | int | The index of the control to retrieve /// from the control collection |
리턴 |