Udostępnij za pośrednictwem


CWindow::IsWindowEnabled

Określa, czy okno jest włączone dla danych wejściowych.

BOOL IsWindowEnabled( ) const throw();

Uwagi

Zobacz IsWindowEnabled w Windows SDK.

Przykład

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

Wymagania

Nagłówek: atlwin.h

Zobacz też

Informacje

Klasa CWindow

CWindow::EnableWindow

CWindow::IsWindowVisible

CWindow::IsWindowUnicode