Desktop..::..PickControl Method

Picks the control.

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

Syntax


public Control PickControl(
	int x,
	int y,
	PickMode mode
)
Public Function PickControl ( _
	x As Integer, _
	y As Integer, _
	mode As PickMode _
) As Control
public:
Control^ PickControl(
	int^ x, 
	int^ y, 
	PickMode^ mode
)

Parameters

x
Type: Int32
The x.
y
Type: Int32
The y.
mode
Type: PickMode
The mode.

Return Value

Control.