Brings a window to the foreground.

Namespace:  SGP.XUtility
Assembly:  SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public static bool ShowAppWindow(
	IntPtr handle
)

Parameters

handle
Type: System..::.IntPtr
A Win32 window handle.

Return Value

Gets trueTruetruetrue (True in Visual Basic) whether the operation was successful.

See Also