GroupLab Widget Tap Library | |
Win32Helper.GetZIndex Method
Gets the z-index value of a windowing system window among all its siblings.
public static
int GetZIndex(
IntPtr windowHandle);
Parameters
- windowHandle
- A window handle.
Return Value
The window z-index, which is a positive integer value such that zero indicates the top-most window in the stack.
See Also
Win32Helper Class | GroupLab.WidgetTap.Helpers Namespace