CWnd::GetNextDlgGroupItem

Call this member function to search for the previous (or next) control within a group of controls in a dialog box.

Syntax

CWnd* GetNextDlgGroupItem( CWnd* pWndCtl, BOOL bPrevious = FALSE ) const;

At a Glance

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

See Also

CWnd Overview, CWnd Member Functions, Window Class Categories, CWnd::GetNextDlgTabItem