WindowsUtilitiesGetThreadFocusWindow Method |
Gets a handle to the window that has the keyboard focus for a given thread.
Namespace:
callback.ShellBoost.Core.Utilities
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax public static IntPtr GetThreadFocusWindow(
int threadId
)
Parameters
- threadId
- Type: SystemInt32
The thread identifier.
Return Value
Type:
IntPtrA handle to the window that has the keyboard focus.
See Also