CToolbar.InsertMarkHitTestmethod
Retrieves the insertion mark information for a point in a toolbar.
Syntax
FUNCTION InsertMarkHitTest (BYVAL hToolbar AS HWND, BYVAL ppt AS POINT PTR, BYVAL ptbim AS TBINSERTMARK PTR) AS BOOLEAN
FUNCTION InsertMarkHitTest (BYVAL hToolbar AS HWND, BYREF pt AS POINT, BYVAL tbim AS TBINSERTMARK) AS BOOLEAN
Parameters
| Name | Description | |
|---|---|---|
hToolbar | Handle to the toolbar control. | |
ppt | Pointer to a POINT structure that contains the hit test coordinates, relative to the client area of the toolbar. | |
pt | A POINT structure that contains the hit test coordinates, relative to the client area of the toolbar. | |
ptbim | Pointer to a TBINSERTMARK structure that receives the insertion mark information. | |
tbim | A TBINSERTMARK structure that receives the insertion mark information. |
Return value
Returns nonzero if the point is an insertion mark, or zero otherwise.
Description
Retrieves the insertion mark information for a point in a toolbar.
Reference
- Include file
CToolbar.inc - Defined in AfxNova/CToolbar.inc:840
- Documented in Windows/WIndows Controls/CToolbar Class.md
- Topic: CToolbar Class