Show / Hide Table of Contents

Property screen.ofActiveWindow


Overload

Returns a lazy screen variable that later will get the screen of the active window at that time.

public static screen ofActiveWindow { get; }
Property Value
screen

Remarks

If need non-lazy: screen.of(wnd.active) or screen.ofActiveWindow.Now.