Поделиться через


CToolBarCtrl::SetInsertMark

Sets the current insertion mark for the toolbar.

void SetInsertMark(
   TBINSERTMARK* ptbim 
);

Параметры

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

Заметки

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

Требования

Header: afxcmn.h

См. также

Основные понятия

CToolBarCtrl Class

CToolBarCtrl Members

Hierarchy Chart

CToolBarCtrl::GetInsertMark