Table of Contents

Method GetControlAtScreenPoint

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

GetControlAtScreenPoint(Point)

Returns control under a specified screen point.

public static Control? GetControlAtScreenPoint(Point point)

Parameters

point Point

The screen point.

Returns

Control

The found control or null if no control is found.