Share

CAdUiPaletteSet::PreTranslateMessage

C++

BOOL PreTranslateMessage(
    MSG * msg
) override;

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
msg Pointer to a MSG structure describing the message to process

Links

CAdUiPaletteSet Class

Was this information helpful?