CWindow::SetFocus
ウィンドウに入力フォーカスを設定します。
HWND SetFocus( ) throw();
解説
Windows SDKの SetFocus を参照してください。
使用例
//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();
必要条件
Header: atlwin.h