[]
        
(Showing Draft Content)

C1.Win.TouchToolKit.ZoomPolicy.GetChildren

GetChildren Method

GetChildren(Control)

Get the collection of controls contained within the control.

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

The specified control.

Returns
Type Description
IEnumerable<Control>
Remarks

Default logic will return the Controls. If the control has other child element need to change. User can add it to the collection.