Contents Index Topic Contents | ||
Previous Topic: TCM_GETCURFOCUS Next Topic: TCM_GETEXTENDEDSTYLE |
TCM_GETCURSEL
TCM_GETCURSEL wParam = 0; lParam = 0;Determines the currently selected tab in a tab control. You can send this message explicitly or by using the TabCtrl_GetCurSel macro.
- Returns the index of the selected tab if successful, or -1 if no tab is selected.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.