Win32WindowFocus Property |
Gets 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 Win32Window Focus { get; }
Property Value
Type:
Win32Window
The focus window.
See Also