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:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax 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