CWindow::GetExStyle

更新 : 2007 年 11 月

ウィンドウの拡張ウィンドウ スタイルを取得します。

DWORD GetExStyle( ) const throw();

戻り値

ウィンドウの拡張スタイルを返します。

解説

標準のウィンドウ スタイルを取得するには、GetStyle を呼び出します。

使用例

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

必要条件

ヘッダー : atlwin.h

参照

参照

CWindow クラス

CWindow::ModifyStyleEx

その他の技術情報

CWindow のメンバ