Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Moves the focus to the specified control in the dialog box.
void GotoDlgCtrl(
CWnd* pWndCtrl
);
Parameters
- pWndCtrl
Identifies the window (control) that is to receive the focus.
Remarks
To get a pointer to the control (child window) to pass as pWndCtrl, call the CWnd::GetDlgItem member function, which returns a pointer to a CWnd object.
Example
See the example for CWnd::GetDlgItem.
Requirements
Header: afxwin.h