CWindow::IsWindowEnabled

창 입력에 사용할 수 있는지 여부를 결정 합니다.

BOOL IsWindowEnabled( ) const throw();

설명

참조 IsWindowEnabled 에 있는 Windows SDK.

예제

//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

참고 항목

참조

CWindow 클래스

CWindow::EnableWindow

CWindow::IsWindowVisible

CWindow::IsWindowUnicode