CWindow::SetFocus
Ustawia fokus wprowadzania do okna.
HWND SetFocus( ) throw();
Uwagi
Zobacz SetFocus w Windows SDK.
Przykład
//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();
Wymagania
Nagłówek: atlwin.h