Click or drag to resize

WindowsUtilitiesGetLastActivePopup Method

Determines which pop-up window owned by the specified 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 static IntPtr GetLastActivePopup(
	IntPtr handle
)

Parameters

handle
Type: SystemIntPtr
The handle.

Return Value

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