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