Property | Type | Description |
---|
Method | Description | |
---|---|---|
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.
|
|
KryptonReadOnlyControls ( |
Initialize a new instance of the KryptonReadOnlyControls class.
|
|
Remove ( |
Removes the specified control from the control collection.
|
|
RemoveByKey ( string key ) : void |
Removes the child control with the specified key.
|
public Add ( |
||
value | The Control to add to the control collection. | |
return | void |
public AddRange ( |
||
controls | An array of Control objects to add to the collection. | |
return | void |
public KryptonReadOnlyControls ( |
||
owner | Owning control. | |
return | System |
public Remove ( |
||
value | The Control to remove from the Control.ControlCollection. | |
return | void |
public RemoveByKey ( string key ) : void | ||
key | string | The name of the child control to remove. |
return | void |