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.
Syntax
int TabCtrl_HitTest(
HWND hwndTC,
LPTCHITTESTINFO pinfo
);
Parameters
hwndTC
Type: HWND
Handle to the tab control.
pinfo
Type: LPTCHITTESTINFO
Pointer to a TCHITTESTINFO structure that specifies the screen position to test.
Return value
Type: int
Returns the index of the tab, or -1 if no tab is at the specified position.
Requirements
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 |