Uwaga
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 |