Control..::..GetControlAt Method (Int32, Int32)

Returns the first control found below the given screen point Returns elements and controls

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public Control GetControlAt(
	int x,
	int y
)
Public Function GetControlAt ( _
	x As Integer, _
	y As Integer _
) As Control
public:
Control^ GetControlAt(
	int^ x, 
	int^ y
)

Parameters

x
Type: Int32
x screen coord
y
Type: Int32
y screen coord

Return Value