Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines which tab, if any, is at a specified screen position. You can use this macro or send the TCM_HITTEST message explicitly.
int TabCtrl_HitTest(
HWND hwndTC,
LPTCHITTESTINFO pinfo
);
hwndTC
Type: HWND
Handle to the tab control.
pinfo
Type: LPTCHITTESTINFO
Pointer to a TCHITTESTINFO structure that specifies the screen position to test.
Type: int
Returns the index of the tab, or -1 if no tab is at the specified position.
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | commctrl.h |