Share

CAdUiPaletteSet::OnEraseBkgnd

C++

afx_msg BOOL OnEraseBkgnd(
    CDC * pdc
);

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
pdc Pointer to the device-context object

Links

CAdUiPaletteSet Class

Was this information helpful?