TB_HITTESTTB_HITTEST*
*Contents  *Index  *Topic Contents
*Previous Topic: TB_HIDEBUTTON
*Next Topic: TB_INDETERMINATE

TB_HITTEST


TB_HITTEST
    wParam = 0;
    lParam = (LPARAM)(LPPOINT)pptHitTest; 

Determines where a point lies in a toolbar control.

pptHitTest
Address of a point structure that contains the x-coordinate of the hit test in the x member and the y-coordinate of the hit test in the y member. The coordinates are relative to the toolbar's client area.

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