PyCWnd.OnPaletteIsChanging Virtual

OnPaletteIsChanging(realizeWnd)

Informs other applications when an application is going to realize its logical palette.

Parameters

realizeWnd : PyCWnd

Specifies the window that is about to realize its logical palette.

Comments

The MFC base class is always called before the Python method.