Share

CAdUiPaletteSet::OnSize

C++

afx_msg void OnSize(
    UINT nType, 
    int cx, 
    int cy
);

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
nType Type of resizing requested
cx New width of client area
cy New height of client area

Links

CAdUiPaletteSet Class

Was this information helpful?