Contents Index Topic Contents | ||
Previous Topic: TCM_DESELECTALL Next Topic: TCM_GETCURSEL |
TCM_GETCURFOCUS
TCM_GETCURFOCUS wParam = 0; lParam = 0;Returns the index of the item that has the focus in a tab control. You can send this message explicitly or by using the TabCtrl_GetCurFocus macro.
- Returns the index of the tab item that has the focus.
The item that has the focus may be different than the selected item.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.