Method ForEach
ForEach(Action<AbstractControl>)
Executes the specified action on every
AbstractControl
in the current collection, regardless of visibility.
public virtual void ForEach(Action<AbstractControl> action)
Parameters
actionAction<AbstractControl>The Action<T>(Action<T>) to perform on each item.
Remarks
This method iterates through all items without filtering, allowing bulk operations or analysis over the entire set of controls.