CWindow::GetStyle
Recupera gli stili della finestra.
DWORD GetStyle( ) const throw();
Valore restituito
Gli stili della finestra.
Note
Per recuperare gli stili estesi della finestra, chiamare GetExStyle.
Esempio
//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();
Requisiti
Header: atlwin.h