CWindow::IsWindowEnabled
Bestimmt, ob das Fenster für Eingabe aktiviert ist.
BOOL IsWindowEnabled( ) const throw();
Hinweise
Siehe IsWindowEnabled in Windows SDK.
Beispiel
//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();
Anforderungen
Header: atlwin.h