Method PointInChildRecursive
PointInChildRecursive(PointD)
Recursively finds the child control at the specified point.
public virtual AbstractControl? PointInChildRecursive(PointD point)
Parameters
point
PointDThe 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.