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


CToolBarCtrl::SetInsertMarkColor

Sets the color used to draw the insertion mark for the toolbar.

COLORREF SetInsertMarkColor(
   COLORREF clrNew 
);

Параметры

  • clrNew
    A COLORREF value that contains the new insertion mark color.

Возвращаемое значение

A COLORREF value that contains the previous insertion mark color.

Заметки

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

Требования

Header: afxcmn.h

См. также

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

CToolBarCtrl Class

CToolBarCtrl Members

Hierarchy Chart

CToolBarCtrl::GetInsertMarkColor