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


CWnd::GetOwner

Retrieves a pointer to the owner of the window.

CWnd* GetOwner( ) const;

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

A pointer to a CWnd object.

Заметки

If the window has no owner, then a pointer to the parent window object is returned by default. Note that the relationship between the owner and the owned differs from the parent-child aspect in several important aspects. For example, a window with a parent is confined to its parent window's client area. Owned windows can be drawn at any location on the desktop.

The ownership concept of this function is different from the ownership concept of GetWindow.

Требования

Header: afxwin.h

См. также

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

CWnd Class

CWnd Members

Hierarchy Chart

CWnd::GetParent

CWnd::SetOwner