次の方法で共有


CWindow::GetStyle

更新 : 2007 年 11 月

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

DWORD GetStyle( ) const throw();

戻り値

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

解説

拡張ウィンドウ スタイルを取得するには、GetExStyle を呼び出します。

使用例

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

必要条件

ヘッダー : atlwin.h

参照

参照

CWindow クラス

CWindow::ModifyStyle

ウィンドウ スタイル

その他の技術情報

CWindow のメンバ