Click or drag to resize

Win32WindowLastActivePopup Property

Determines which pop-up window owned by this window was most recently active. The return value is the same as the handle parameter, if any of the following conditions are met: 1) The window identified by hWnd was most recently active. 2) The window identified by hWnd does not own any pop-up windows. 3) The window identifies by hWnd is not a top-level window, or it is owned by another window.

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

Property Value

Type: Win32Window
A handle to the last active popup window.
See Also