[]
Get the collection of controls contained within the control.
public virtual IEnumerable<Control> GetChildren(Control control)
| Type | Name | Description |
|---|---|---|
| Control | control | The specified control. |
| Type | Description |
|---|---|
| IEnumerable<Control> |
Default logic will return the Controls. If the control has other child element need to change. User can add it to the collection.