Table of Contents

Method Action

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

Action<T>(Action<T>)

Executes specified action for all the controls in the set.

public ControlSet Action<T>(Action<T> action) where T : Control

Parameters

action Action<T>

Action to execute.

Returns

ControlSet

Type Parameters

T

Type of the action parameter.