Skip to content

Latest commit

 

History

History
72 lines (58 loc) · 2.39 KB

nf-commctrl-treeview_setinsertmarkcolor.md

File metadata and controls

72 lines (58 loc) · 2.39 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:commctrl.TreeView_SetInsertMarkColor
TreeView_SetInsertMarkColor macro (commctrl.h)
Sets the color used to draw the insertion mark for the tree view. You can use this macro or send the TVM_SETINSERTMARKCOLOR message explicitly.
TreeView_SetInsertMarkColor
TreeView_SetInsertMarkColor macro [Windows Controls]
_win32_TreeView_SetInsertMarkColor
_win32_TreeView_SetInsertMarkColor_cpp
commctrl/TreeView_SetInsertMarkColor
controls.TreeView_SetInsertMarkColor
controls._win32_TreeView_SetInsertMarkColor
controls\TreeView_SetInsertMarkColor.htm
Controls
VS|Controls|~\controls\treeview\macros\treeview_setinsertmarkcolor.htm
12/05/2018
TreeView_SetInsertMarkColor, TreeView_SetInsertMarkColor macro [Windows Controls], _win32_TreeView_SetInsertMarkColor, _win32_TreeView_SetInsertMarkColor_cpp, commctrl/TreeView_SetInsertMarkColor, controls.TreeView_SetInsertMarkColor, controls._win32_TreeView_SetInsertMarkColor
commctrl.h
Windows
Windows Vista [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
19H1
TreeView_SetInsertMarkColor
commctrl/TreeView_SetInsertMarkColor
c++
APIRef
kbSyntax
HeaderDef
Commctrl.h
TreeView_SetInsertMarkColor

TreeView_SetInsertMarkColor macro

-description

Sets the color used to draw the insertion mark for the tree view. You can use this macro or send the TVM_SETINSERTMARKCOLOR message explicitly.

-parameters

-param hwnd

Type: HWND

Handle to a tree-view control.

-param clr

Type: COLORREF

COLORREF value that contains the new insertion mark color.

-see-also

TreeView_GetInsertMarkColor