Click or drag to resize

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:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static IntPtr GetFocus()

Return Value

Type: IntPtr
A handle to the window with the keyboard focus for the current thread's message queue.
See Also