Share

CAdUiPaletteSet::OnSetFocus

C++

afx_msg void OnSetFocus(
    CWnd * pOldWnd
);

Description

Overrides the Windows message handler.

Overriding this function in a derived class may affect CAdUiPaletteSet functionality if the CAdUiPaletteSet base class function is not called in the override.

Parameters

Parameters Description
pOldWnd Pointer to the CWnd object that is losing the focus; may be null

Links

CAdUiPaletteSet Class

Was this information helpful?