Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 1.54 KB

tvm-getinsertmarkcolor.md

File metadata and controls

57 lines (37 loc) · 1.54 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
TVM_GETINSERTMARKCOLOR message (Commctrl.h)
Retrieves the color used to draw the insertion mark for the tree view. You can send this message explicitly or by using the TreeView\_GetInsertMarkColor macro.
d1fba4bb-1bdb-44e0-8083-b564cdafc055
TVM_GETINSERTMARKCOLOR message Windows Controls
apiref
TVM_GETINSERTMARKCOLOR
Commctrl.h
HeaderDef
reference
05/31/2018

TVM_GETINSERTMARKCOLOR message

Retrieves the color used to draw the insertion mark for the tree view. You can send this message explicitly or by using the TreeView_GetInsertMarkColor macro.

Parameters

wParam

Must be zero.

lParam

Must be zero.

Return value

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

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Commctrl.h

See also

TVM_SETINSERTMARKCOLOR