Click or drag to resize

Win32WindowSwitchTo Method

Switches focus to this 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 void SwitchTo(
	bool useAltCtlTab
)

Parameters

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