WindowsUtilitiesGetFocus Method |
Retrieves the handle to the window that has the keyboard focus, if the window is attached to the calling thread's message queue.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static IntPtr GetFocus()
Return Value
Type:
IntPtrA handle to the window with the keyboard focus for the current thread's message queue.
See Also