Partager via


CWindow::GetExStyle

Récupère les styles de fenêtre étendus de la fenêtre.

DWORD GetExStyle( ) const throw();

Valeur de retour

Les styles étendus de la fenêtre.

Notes

Pour récupérer les styles de fenêtre normaux, appelez GetStyle.

Exemple

//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();

Configuration requise

Header: atlwin.h

Voir aussi

Référence

CWindow, classe

CWindow::ModifyStyleEx