Click or drag to resize

Win32WindowForeground Property

Gets the foreground window (the window with which the user is currently working).

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static Win32Window Foreground { get; }

Property Value

Type: Win32Window
The foreground window.
See Also