The GetNextDlgTabItem function retrieves the handle of the first control that has the WS_TABSTOP style that precedes (or follows) the specified control.
HWND GetNextDlgTabItem(
HWND hDlg, |
// handle of dialog box |
HWND hCtl, |
// handle of known control |
BOOL bPrevious |
// direction flag |
); |
If the function succeeds, the return value is the window handle of the previous (or next) control that has the WS_TABSTOP style set.
If the function fails, the return value is NULL. To get extended error information, call GetLastError.
The GetNextDlgTabItem function searches controls in the order (or reverse order) they were created in the dialog box template. The function returns the first control it locates that is visible, not disabled, and has the WS_TABSTOP style. If no such control exists, the function returns hCtl.
GetDlgItem, GetNextDlgGroupItem
file: /Techref/os/win/api/win32/func/src/f35_14.htm, 2KB, , updated: 2000/4/7 11:19, local time: 2024/11/4 11:19,
3.145.61.82:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.org/Techref/os/win/api/win32/func/src/f35_14.htm"> GetNextDlgTabItem</A> |
Did you find what you needed? |
Welcome to massmind.org! |
Welcome to massmind.org! |
.