SECPopupColorWell::OnLButtonDown

void SECPopupColorWell::OnLButtonDown(UINT nFlags, CPoint point)

Called when the user presses the left mouse button.

Defined in: SECWELL.cpp

Return Value

void

Parameters

nFlags

Indicates whether various virtual keys are down.

point

Specifies the x- and y-coordinate of the cursor.

Comments

Because SECPopupColorWell captures the mouse, a click on the Other button is handled differently than in SECColorWell. SECColorWell receives a ON_BN_CLICKED message from the Other button, but we do not. We check for hits on the Other button in OnLButtonDown() and handle it in ClickedOther().

See Also

SECPopupColorWell