Retrieves a Screen object for the monitor that contains the largest portion of the specified control or window.
public static Screen fromControl( Control control )
control
A Control object for which to retrieve the monitor.
Returns a Screen object for the monitor that contains the largest region of the specified control. If no monitor contains the control, then the monitor closest to the specified control is returned.
See Also fromPoint, fromHwnd, fromRectangle