CWindow::SetFocus
Legt den Eingabefokus auf fest.
HWND SetFocus( ) throw();
Hinweise
Siehe SetFocus in Windows SDK.
Beispiel
//The following example attaches an HWND to the CWindow object and
//calls CWindow::SetFocus() to set the input focus
CWindow myWindow;
myWindow.Attach(hWnd);
HWND hWndLeftFocus = myWindow.SetFocus();
Anforderungen
Header: atlwin.h