CWnd::IsChild

Call this member function to determine whether the window specified by pWnd is a child window or other direct descendant of CWnd.

Syntax

BOOL IsChild( const CWnd* pWnd ) const;

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