CWindow::IsWindowEnabled
ウィンドウで入力が有効かどうかを判断します。
BOOL IsWindowEnabled( ) const throw();
解説
Windows SDK の「IsWindowEnabled」を参照してください。
使用例
//The following example attaches an HWND to the CWindow object and
//calls CWindow::IsWindowEnabled() to verify if the window is enabled
//for receiving input
CWindow myWindow;
myWindow.Attach(hWnd);
BOOL bEnabled = myWindow.IsWindowEnabled();
必要条件
**ヘッダー:**atlwin.h