Open a Window and bring it to front

Namespace:  Devolutions.Utils
Assembly:  Devolutions.Utils (in Devolutions.Utils.dll)

Syntax

Visual Basic
Public Shared Function ForceForegroundWindow ( _
	handle As IntPtr _
) As Boolean
C#
public static bool ForceForegroundWindow(
	IntPtr handle
)

Parameters

handle
Type: System..::..IntPtr

Return Value

See Also