CWindow::GetExStyle

DWORD GetExStyle( ) const;

Return Value

The window's extended styles.

Remarks

Retrieves the extended window styles of the window.

To retrieve the regular window styles, call GetStyle.

Example

//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(hWndFoo);
DWORd dwExStyles = myWindow.GetExStyle();

CWindow OverviewClass Members

See Also   CWindow::ModifyStyleEx