SECColorWell::OnKeyDown

void SECColorWell::OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags)

Called when a nonsystem key is pressed.

Defined in: SECWELL.cpp

Return Value

void

Parameters

nChar

Contains the character code value of the key.

nRepCnt

Contains the repeat count.

nFlags

Contains the scan code, key-transition code, previous key state, and context code.

See Also

SECColorWell