Method Action
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
Type Parameters
T
Type of the action parameter.