Help Center

CToolbar.SetInsertMarkmethod

Sets the current insertion mark for the toolbar.

WindowsmethodCToolbar.incdocumented

Syntax

SUB SetInsertMark (BYVAL hToolbar AS HWND, BYVAL ptbim AS TBINSERTMARK PTR)
SUB SetInsertMark (BYVAL hToolbar AS HWND, BYREF tbim AS TBINSERTMARK)

Parameters

NameDescription
hToolbarHandle to the toolbar control.
ptbimPointer to a TBINSERTMARK structure that contains the insertion mark.
tbimA 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