Table of Contents

Method PointInChild

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

PointInChild(PointD)

Gets top-most visible child control which has Bounds that contains the specified point. Controls are queried starting from the last control in Children.

public virtual AbstractControl? PointInChild(PointD point)

Parameters

point PointD

Point to test.

Returns

AbstractControl