FormExtensionsForEachControl Method

Overload List

ForEachControl(Form, Boolean, ActionControl) Iterate through all the controls in the source Form and performs the specified action on each one.
ForEachControlT(Form, Boolean, ActionControl) Iterate through all the controls of the specified type in the source Form and performs the specified action on each one.

See Also