This documentation is for the old version. Go to the latest Graphics Mill docs

ThumbnailListView.HitTest Method

Determines which list-view item, if any, is at a specified position.

Overload List

Name Description
Public method HitTest(Point)

Determines which list-view item, if any, is at a specified position.

(Inherited from VirtualListView.)
Public method HitTest(Int32, Int32)

Determines which list-view item, if any, is at a specified position.

(Inherited from VirtualListView.)

Remarks

Coordinates are interpreted relatively the control client area. It does not depend on the scrolling position, etc.

See Also

Reference