Click or drag to resize

Win32WindowActive Property

Gets the active window 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
C#
public static Win32Window Active { get; }

Property Value

Type: Win32Window
The active window.
See Also