Share

CAdUiPaletteSet::OnActivate

C++

afx_msg void OnActivate(
    UINT nState, 
    CWnd* pWndOther, 
    BOOL bMinimized
);

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
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
pWndOther Pointer to window being activated or deactivated
bMinimized True if the palette window is minimized; false if it is not minimized

Links

CAdUiPaletteSet Class

Was this information helpful?