Examines the Z order of the child windows associated with this window and retrieves a handle to the child window at the top of the Z order.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public Win32Window Top { get; }
Property Value
Type:
Win32Window
A handle to the child window at the top of the Z order or null.
See Also