WindowsUtilitiesGetTopWindow Method |
Examines the Z order of the child windows associated with the specified parent window and retrieves a handle to the child window at the top of the Z order.
Namespace:
callback.ShellBoost.Core.Utilities
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax public static IntPtr GetTopWindow(
IntPtr handle
)
Parameters
- handle
- Type: SystemIntPtr
The handle.
Return Value
Type:
IntPtrA handle to the child window at the top of the Z order.
See Also