Table of Contents

Method PointInChildRecursive

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

PointInChildRecursive(PointD)

Recursively finds the child control at the specified point.

public virtual AbstractControl? PointInChildRecursive(PointD point)

Parameters

point PointD

The point to check, relative to the current control.

Returns

AbstractControl

The child control at the specified point, or null if no child control is found.