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

Returns the first control found below the given screen point

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

Syntax


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

Parameters

x
Type: Int32
y
Type: Int32
elements
Type: Boolean

Return Value