SEC3DTabControl::OnToolHitTest

intSEC3DTabControl::OnToolHitTest(CPointpoint, TOOLINFO*pTI)

Determines whether a point is in the bounding rectangle of the specified tool. If the point is in the rectangle, it retrieves information about the tool. If the area with which the tooltip is associated is not a button (i.e., a tab), OnToolHitTest sets the structure flags to TTF_NOTBUTTON and TTF_CENTERTIP.

Defined in: tabctrl3.cpp

Return Value

Nonzero if the tooltip control is found; otherwise 0.

Parameters

point

Specifies the x- and y - coordinate of the cursor, relative to the upper lefthand corner of the window.

pTI

Pointer to a TOOLINFO structure.

See Also

SEC3DTabControl