This method retrieves the previous or next control having the WS_TABSTOP style.
At a Glance
Header file: | Atlwin.h |
Windows CE versions: | 2.0 and later |
Complete documentation: | Visual C++ documentation |
Syntax
HWND GetNextDlgTabItem( HWND hWndCtl, BOOL bPrevious = FALSE ) const;
See Also