Help Center

CToolbar.SetInsertMarkColormethod

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

WindowsmethodCToolbar.incdocumented

Syntax

FUNCTION SetInsertMarkColor (BYVAL hToolbar AS HWND, BYVAL clrInsertMark AS COLORREF) AS COLORREF

Parameters

NameDescription
hToolbarHandle to the toolbar control.
clrInsertMarkCOLORREF value that contains the new insertion mark color.

Return value

Returns a COLORREF value that contains the previous insertion mark color.

Description

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

Reference

  • Include file CToolbar.inc
  • Defined in AfxNova/CToolbar.inc:1185
  • Documented in Windows/WIndows Controls/CToolbar Class.md
  • Topic: CToolbar Class