Help Center

CToolbar.GetInsertMarkColormethod

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

WindowsmethodCToolbar.incdocumented

Syntax

FUNCTION GetInsertMarkColor (BYVAL hToolbar AS HWND) AS COLORREF

Parameters

NameDescription
hToolbarHandle to the toolbar control.

Return value

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

Description

Retrieves the current insertion mark for the toolbar.

Reference

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