CWnd::GetParentFrame

调用该成员函数检索父级框架窗口。

CFrameWnd* GetParentFrame( ) const;

返回值

指针到框架窗口,如果成功;否则 NULL

备注

成员函数搜索直到 CFrameWnd 链的父(或派生类)对象的找到。

要求

Header: afxwin.h

请参见

参考

CWnd 类

层次结构图

CWnd::GetDescendantWindow

CWnd::GetParent

CFrameWnd::GetActiveView