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:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static IntPtr GetLastActivePopup(
IntPtr handle
)
Parameters
- handle
- Type: SystemIntPtr
The handle.
Return Value
Type:
IntPtrA handle to the last active popup window.
See Also