Table of Contents

Method ForEach

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

ForEach(Action<Window>)

Executes the specified action on each window in the application.

public static void ForEach(Action<Window> action)

Parameters

action Action<Window>

The action to execute on each window.