Method PointInChildRecursive
PointInChildRecursive(PointD)
Recursively finds the child control at the specified point.
public virtual AbstractControl? PointInChildRecursive(PointD point)
Parameters
pointPointDThe point to check, relative to the current control.
Returns
- AbstractControl
The child control at the specified point, or
nullif no child control is found.