CToolbar.SetInsertMarkmethod
Sets the current insertion mark for the toolbar.
Syntax
SUB SetInsertMark (BYVAL hToolbar AS HWND, BYVAL ptbim AS TBINSERTMARK PTR)
SUB SetInsertMark (BYVAL hToolbar AS HWND, BYREF tbim AS TBINSERTMARK)
Parameters
| Name | Description | |
|---|---|---|
hToolbar | Handle to the toolbar control. | |
ptbim | Pointer to a TBINSERTMARK structure that contains the insertion mark. | |
tbim | A TBINSERTMARK structure that contains the insertion mark. |
Description
Sets the current insertion mark for the toolbar.
Reference
- Include file
CToolbar.inc - Defined in AfxNova/CToolbar.inc:1170
- Documented in Windows/WIndows Controls/CToolbar Class.md
- Topic: CToolbar Class