Поделиться через


CWnd::GetTopLevelParent

Call this member function to retrieve the window's top-level parent.

CWnd* GetTopLevelParent( ) const;

Возвращаемое значение

Identifies the top-level parent window of the window.

The returned pointer may be temporary and should not be stored for later use.

Заметки

GetTopLevelParent is similar to GetTopLevelFrame and GetTopLevelOwner; however, it ignores the value set as the current owner window.

Требования

Header: afxwin.h

См. также

Основные понятия

CWnd Class

CWnd Members

Hierarchy Chart

CWnd::GetTopLevelOwner

CWnd::GetTopLevelFrame

CWnd::GetOwner

CWnd::SetOwner