Table of Contents

Method HitTestCheckBox

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

HitTestCheckBox(PointD)

Returns the zero-based index of the item, if specified coordinates are over checkbox; otherwise returns null.

public virtual int? HitTestCheckBox(PointD position)

Parameters

position PointD

A PointD object containing the coordinates used to obtain the item index.

Returns

int?