GroupLab Widget Tap Library

Win32Helper.GetPreviousWindowInZOrder Method 

Gets the window immediately above another in the windowing system hierarchy.

public static IntPtr GetPreviousWindowInZOrder(
   IntPtr windowHandle
);

Parameters

windowHandle
A window handle.

Return Value

The previous window's windowing system identifier or Zero if the window is above all its siblings.

See Also

Win32Helper Class | GroupLab.WidgetTap.Helpers Namespace