[]
        
(Showing Draft Content)

C1.Win.TouchToolKit.ToolStripZoomPolicy.GetChildren

GetChildren Method

GetChildren(Control)

Get the collection of controls contained within the control.

Declaration
public override IEnumerable<Control> GetChildren(Control control)
Parameters
Type Name Description
Control control

The specified control.

Returns
Type Description
IEnumerable<Control>

The children.

Overrides
Remarks

This method will return DropDown and Control.

For more information, see ToolStripZoomPolicy.