SECPopupCalculator::OnKillFocus

voidSECPopupCalculator::OnKillFocus(CWnd*pNewWnd)

Called immediately before losing the input focus.

Defined in: SecCalc.cpp

Return Value

void

Parameters

pNewWnd

Specifies a pointer to the window that receives the input focus (may be NULL or may be temporary).

Comments

When another window receives the focus, the popup calculator is destroyed.

See Also

SECPopupCalculator