CDialog::PrevDlgCtrl

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

Syntax

void PrevDlgCtrl( ) 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::NextDlgCtrl, CDialog::GotoDlgCtrl