SECPopupColorWell::ClickedOther

void SECPopupColorWell::ClickedOther(void)

Called from OnLButtonDown() when the "other" button is clicked (to create CColorDialog).

Defined in: SECWELL.cpp

Return Value

void

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