CWnd::GetNextDlgTabItem
CWnd*GetNextDlgTabItem(CWnd*pWndCtl,BOOLbPrevious**=FALSE)const;**
Return Value
Pointer to the previous (or next) control that has the WS_TABSTOP style, if the member function is successful.
The returned pointer may be temporary and should not be stored for later use.
Parameters
pWndCtl
Identifies the control to be used as the starting point for the search.
bPrevious
Specifies how the function is to search the dialog box. If TRUE, the function searches for the previous control in the dialog box; if FALSE, it searches for the next control.
Remarks
Retrieves a pointer to the first control that was created with the WS_TABSTOP style and that precedes (or follows) the specified control.
CWnd Overview | Class Members | Hierarchy Chart
See Also CWnd::GetNextDlgGroupItem,