SetForegroundWindow import.

Namespace:  Bespoke.Common
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public static bool SetForegroundWindow(
	IntPtr hWnd
)
Visual Basic (Declaration)
Public Shared Function SetForegroundWindow ( _
	hWnd As IntPtr _
) As Boolean
Visual C++
public:
static bool SetForegroundWindow(
	IntPtr hWnd
)

Parameters

hWnd
Type: System..::.IntPtr

[Missing <param name="hWnd"/> documentation for "M:Bespoke.Common.Library.SetForegroundWindow(System.IntPtr)"]

Return Value

[Missing <returns> documentation for "M:Bespoke.Common.Library.SetForegroundWindow(System.IntPtr)"]

See Also