CFrameWnd::GetParentFrame

Syntax

virtual CFrameWnd* GetParentFrame();

Remarks

An overridable member function that simply returns this. A derived class should override this function to provide access to the parent frame.

Return Value

Returns this.

See Also

CMDIChildWnd::GetParentFrame