Method ForEachChild
ForEachChild<T>(Action<T>)
Performs some action for the each child of the control.
void ForEachChild<T>(Action<T> action) where T : AbstractControl
Parameters
actionAction<T>Specifies action which will be called for the each child.
Type Parameters
TSpecifies type of the child control.