[]
Get the collection of controls contained within the control.
public override IEnumerable<Control> GetChildren(Control control)
Public Overrides Function GetChildren(control As Control) As IEnumerable(Of Control)
| Type | Name | Description |
|---|---|---|
| Control | control | The specified control. |
| Type | Description |
|---|---|
| IEnumerable<Control> | The children. |
This method will return DropDown and Control.
For more information, see ToolStripZoomPolicy.