Click or drag to resize

WindowsUtilitiesSwitchToThisWindow Method

Switches focus to the specified window and brings it to the foreground. This function is not intended for general use. It may be altered or unavailable in subsequent versions of Windows.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static void SwitchToThisWindow(
	IntPtr handle,
	bool useAltCtlTab
)

Parameters

handle
Type: SystemIntPtr
A handle to the window.
useAltCtlTab
Type: SystemBoolean
if set to true the window is being switched to using the Alt/Ctl+Tab key sequence.
See Also