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


CToolBarCtrl::GetInsertMark

Retrieves the current insertion mark for the toolbar.

void GetInsertMark(
   TBINSERTMARK* ptbim 
) const;

Параметры

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

Заметки

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

Требования

Header: afxcmn.h

См. также

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

CToolBarCtrl Class

CToolBarCtrl Members

Hierarchy Chart

CToolBarCtrl::SetInsertMark