SECColorWell::OnCtlColor

HBRUSH SECColorWell::OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor)

Called when a child control is about to be drawn.

Defined in: SECWELL.cpp

Return Value

A handle to the brush that is to be used for painting the control background.

Parameters

pDC

Contains a pointer to the display context for the child window. May be temporary.

pWnd

Contains a pointer to the control asking for the color. May be temporary.

nCtlColor

Specifies the type of control.

Developer Notes

For 32-bit only.

See Also

SECColorWell