afx_msg void OnActivate( UINT nState, CWnd* pWndOther, BOOL bMinimized );
|
Parameters |
Description |
|
UINT nState |
Specifies whether the window is being activated or deactivated; WA_INACTIVE if the palette window is being deactivated; WA_ACTIVE if it is being activated through a method other than a mouse click ; WA_CLICKACTIVE if it is being activated by a mouse click |
|
CWnd* pWndOther |
Pointer to window being activated or deactivated |
|
BOOL bMinimized |
True if the palette window is minimized; false if it is not minimized |
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.