CDialog::NextDlgCtrl

Call this member function to move the focus to the next control in the dialog box. If the focus is at the last control in the dialog box, it moves to the first control.

Syntax

void NextDlgCtrl( ) const;

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CDialog Overview, CDialog Member Functions, Dialog Box Classes, CDialog::PrevDlgCtrl, CDialog::GotoDlgCtrl