Click or drag to resize

SingleInstanceActivateWindow Method

Activates the window.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static void ActivateWindow(
	IntPtr hwnd
)

Parameters

hwnd
Type: SystemIntPtr
The window handle.
See Also