CWnd::OnEnable

This member function is called by the framework when an application changes the enabled state of the CWnd object.

Syntax

afx_msg void OnEnable( BOOL bEnable );

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CWnd Overview, CWnd Member Functions, Window Class Categories, CWnd::EnableWindow