TCM_GETCURFOCUSTCM_GETCURFOCUS*
*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.

The item that has the focus may be different than the selected item.


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.