CFrameWndEx::OnNcActivate

Called by the framework when the non-client area of the frame must be redrawn to indicate a change in the active state.

afx_msg BOOL OnNcActivate(
   BOOL bActive
);

Parameters

  • [in] bActive
    TRUE to draw the frame active; FALSE to draw the frame inactive.

Return Value

Nonzero to continue with default processing; 0 to prevent the non-client area from being deactivated.

Requirements

Header: afxframewndex.h

See Also

Reference

CFrameWndEx Class

Hierarchy Chart