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