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:
callback.ShellBoost.Core.Utilities
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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