Partager via


CWindow::SetFocus

Place le focus d'entrée dans la fenêtre.

HWND SetFocus( ) throw();

Notes

Consultez SetFocus dans Kit de développement logiciel Windows.

Exemple

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

Configuration requise

Header: atlwin.h

Voir aussi

Référence

Classe de CWindow