Click or drag to resize

ParamPassingBringToFront Method (FuncProcess, Boolean)

Brings the thread that created the specified application into the foreground and activates the window. Keyboard input is directed to the window, and various visual cues are changed for the user. The system assigns a slightly higher priority to the thread that created the foreground window than it does to other threads.

Namespace:  Cauldron.XAML
Assembly:  Cauldron.Win32.WPF.ParameterPassing (in Cauldron.Win32.WPF.ParameterPassing.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public static void BringToFront(
	Func<Process, bool> selector
)

Parameters

selector
Type: SystemFuncProcess, Boolean
If returns true, the window is activated.
See Also