Share

CAdUiPaletteSet::OnCreate

C++

afx_msg int OnCreate(
    LPCREATESTRUCT lpCs
);

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
lpCs Pointer to a CREATESTRUCT that describes the palette window being created

Links

CAdUiPaletteSet Class

Was this information helpful?