Method GetControlAtScreenPoint
GetControlAtScreenPoint(Point)
Returns control under a specified screen point.
public static Control? GetControlAtScreenPoint(Point point)
Parameters
point
PointThe screen point.
Returns control under a specified screen point.
public static Control? GetControlAtScreenPoint(Point point)
point
PointThe screen point.