ToolStrip::ToolStripAccessibleObject::HitTest Method (Int32, Int32)
.NET Framework (current version)
Retrieves the child object at the specified screen coordinates.
Assembly: System.Windows.Forms (in System.Windows.Forms.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 AccessibleObject that represents the child object at the given screen coordinates. This method returns the calling object if the object itself is at the location specified. Returns null if no object is at the tested location.
.NET Framework
Available since 2.0
Available since 2.0
Show: