Click or drag to resize

Win32WindowTop Property

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
C#
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