Table of Contents

Method ForEach

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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

action Action<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.