Udostępnij za pośrednictwem


CWindow::GetTopWindow

Pobiera okna podrzędnego najwyższego poziomu.

HWND GetTopWindow( ) const throw();

Uwagi

Zobacz GetTopWindow w Windows SDK.

Przykład

//The following example attaches an HWND to the CWindow object and 
//calls CWindow::GetTopWindow() to get the top-level child window

CWindow myWindow;
myWindow.Attach(hWnd);
HWND hWndFavoriteChild = myWindow.GetTopWindow();

Wymagania

Nagłówek: atlwin.h

Zobacz też

Informacje

Klasa CWindow

CWindow::GetWindow