TCM_HITTESTTCM_HITTEST*
*Contents  *Index  *Topic Contents
*Previous Topic: TCM_HIGHLIGHTITEM
*Next Topic: TCM_INSERTITEM

TCM_HITTEST


TCM_HITTEST 
    wParam = 0;
    lParam = (LPARAM) (LPTCHITTESTINFO) pinfo;

Determines which tab, if any, is at a specified screen position. You can send this message explicitly or by using the TabCtrl_HitTest macro.

pinfo
Address of a TCHITTESTINFO structure that specifies the screen position to test.

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