CToolBarCtrl::SetInsertMark

Sets the current insertion mark for the toolbar.

void SetInsertMark(
   TBINSERTMARK* ptbim 
);

Parameters

  • ptbim
    A pointer to the TBINSERTMARK structure that contains the insertion mark.

Remarks

This member function implements the behavior of the Win32 message TB_SETINSERTMARK, as described in the Windows SDK.

Requirements

Header: afxcmn.h

See Also

Reference

CToolBarCtrl Class

Hierarchy Chart

CToolBarCtrl::GetInsertMark

Other Resources

CToolBarCtrl Members