次の方法で共有


CWindow::ShowWindow

更新 : 2007 年 11 月

ウィンドウの表示状態を設定します。

BOOL ShowWindow(
   int nCmdShow 
) throw();

解説

Windows SDK の「ShowWindow」を参照してください。

使用例

//The following example attaches an HWND to the CWindow object and 
//calls CWindow::ShowWindow() to show the window in its maximized state

CWindow myWindow;
myWindow.Attach(hWnd);
myWindow.ShowWindow(SW_SHOWMAXIMIZED);

必要条件

ヘッダー : atlwin.h

参照

参照

CWindow クラス

その他の技術情報

CWindow のメンバ