Show / Hide Table of Contents

Method wnd.getwnd.top2


Overload

Finds and returns the first non-topmost window in the Z order.

public static wnd top2(out wnd lastTopmost)
Parameters
lastTopmost  (wnd)

Receives the last topmost window.

Returns
wnd

Remarks

This function is slower than wnd.getwnd.top etc. Enumerates windows, because there is no API to get directly.