CWindow::GetNextDlgGroupItem

Retrieves the previous or next control within a group of controls.

HWND GetNextDlgGroupItem(
   HWND hWndCtl,
   BOOL bPrevious = FALSE 
) const throw();

Remarks

See GetNextDlgGroupItem in the Windows SDK.

Requirements

Header: atlwin.h

See Also

Concepts

CWindow Class

CWindow Members

CWindow::GetNextDlgTabItem