SECColorWell::HitTest

BOOL SECColorWell::HitTest(CPoint point, int& nCol, int& nRow)

Hit tests which cell a specified point is in.

Defined in: SECWELL.cpp

Return Value

Nonzero if point is in a cell, otherwise 0.

Parameters

point

Point to hit test.

nCol

Reference of column of cell containing point.

nRow

Reference of row of cell containing point.

See Also

SECColorWell OnLButtonDown