ConnectorAccessibleObject::HitTest Method (Int32, Int32)
.NET Framework (current version)
Retrieves the child object at the specified screen coordinates.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Parameters
- x
-
Type:
System::Int32
The horizontal screen coordinate.
- y
-
Type:
System::Int32
The vertical screen coordinate.
Return Value
Type: System.Windows.Forms::AccessibleObject^An ConnectorAccessibleObject the child object at the given screen coordinates. This method returns the calling object if the object itself is at the location specified. Returns a null reference (Nothing in Visual Basic) if no object is at the tested location.
.NET Framework
Available since 3.0
Available since 3.0
Show: