SECWellButton::OnColorChange

LRESULT SECWellButton::OnColorChange(UINT , LONG lParam)

Called when a color has been selected.

Defined in: SECBTNS.cpp

Return Value

Always returns 0.

Parameters

Not used.

lParam

The selected color.

Comments

The parent window is notified by sending a CWN_COLOR_CHANGE message.

See Also

SECWellButton