CWindow::GetExStyle
Obnoví okno Rozšířený styly okna.
DWORD GetExStyle( ) const throw();
Vrácená hodnota
V okně programu rozšířené styly.
Poznámky
Načíst styly oken pravidelné, volání GetStyle.
Příklad
//The following example attaches an HWND to the CWindow object and
//calls CWindow::GetExStyle() to retrieve the extended styles of
//the window
CWindow myWindow;
myWindow.Attach(hWnd);
DWORD dwExStyles = myWindow.GetExStyle();
Požadavky
Záhlaví: atlwin.h