Table of Contents

Method PointInChilds

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

PointInChilds(PointD)

Gets IEnumerable list of visible child controls which have Bounds that contains the specified point. Controls are returned starting from the last control in Children.

public virtual IEnumerable<AbstractControl> PointInChilds(PointD point)

Parameters

point PointD

Point to test.

Returns

IEnumerable<AbstractControl>