CWindow::GetStyle
Récupère les styles de fenêtre de la fenêtre.
DWORD GetStyle( ) const throw();
Valeur de retour
Les styles de la fenêtre.
Notes
Pour récupérer les styles de fenêtre étendus, appelez GetExStyle.
Exemple
//The following example attaches an HWND to the CWindow object and
//calls CWindow::GetStyle() to retrieve the styles of the window
CWindow myWindow;
myWindow.Attach(hWnd);
DWORD dwStyles = myWindow.GetStyle();
Configuration requise
Header: atlwin.h