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

Reference

CWindow Class

CWindow::GetNextDlgTabItem

Other Resources

CWindow Members