CToolBarCtrl::GetInsertMark

Retrieves the current insertion mark for the toolbar.

void GetInsertMark(
   TBINSERTMARK* ptbim 
) const;

Parameters

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

Remarks

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

Requirements

Header: afxcmn.h

See Also

Reference

CToolBarCtrl Class

Hierarchy Chart

CToolBarCtrl::SetInsertMark

Other Resources

CToolBarCtrl Members