CToolbar.GetInsertMarkmethod
Retrieves the current insertion mark for the toolbar.
Syntax
FUNCTION GetInsertMark (BYVAL hToolbar AS HWND) AS TBINSERTMARK
Parameters
| Name | Description | |
|---|---|---|
hToolbar | Handle to the toolbar control. |
Return value
Returns a TBINSERTMARK structure that receives the insertion mark.
Description
Retrieves the current insertion mark for the toolbar.
Reference
- Include file
CToolbar.inc - Defined in AfxNova/CToolbar.inc:592
- Documented in Windows/WIndows Controls/CToolbar Class.md
- Topic: CToolbar Class