WindowsUtilitiesActivateWindow Method (IntPtr) |
Activates a window.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static IntPtr ActivateWindow(
IntPtr hwnd
)
Parameters
- hwnd
- Type: SystemIntPtr
The window handle.
Return Value
Type:
IntPtrThe handle of the window that was previously active.
See Also