Partager via


CWindow::IsWindowEnabled

Détermine si la fenêtre est activée pour l'entrée.

BOOL IsWindowEnabled( ) const throw();

Notes

Consultez l' IsWindowEnabled dans Kit de développement logiciel Windows.

Exemple

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

Configuration requise

Header: atlwin.h

Voir aussi

Référence

CWindow, classe

CWindow::EnableWindow

CWindow::IsWindowVisible

CWindow::IsWindowUnicode