Share

CAdUiPaletteSet::OnNcCalcSize

C++

afx_msg LRESULT OnNcCalcSize(
    WPARAM wParam, 
    LPARAM lParam
);

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
wParam If true, the application should specify which part of the client area is valid
lParam Points to an NCCALCSIZE_PARAMS data structure that contains information useful for calculating the new size and position of the window rectangle

Links

CAdUiPaletteSet Class

Was this information helpful?