Returns the XScreen screen where the window control is located.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public static XScreen GetScreen(
	Control control
)

Parameters

control
Type: System.Windows.Forms..::.Control
According to the Control window location, is selects the corresponding screen.

See Also