Compartir a través de


CWindow::GetExStyle

Recupera los estilos de ventana extendidas de la ventana.

DWORD GetExStyle( ) const throw();

Valor devuelto

Los estilos mejoradas de la ventana.

Comentarios

Para recuperar los estilos de ventana regulares, llame a GetStyle.

Ejemplo

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

Requisitos

encabezado: atlwin.h

Vea también

Referencia

Clase de CWindow

CWindow::ModifyStyleEx