Skip to content

Latest commit

 

History

History
71 lines (58 loc) · 2.35 KB

nf-commctrl-listview_setinsertmarkcolor.md

File metadata and controls

71 lines (58 loc) · 2.35 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.ListView_SetInsertMarkColor
ListView_SetInsertMarkColor macro (commctrl.h)
Sets the color of the insertion point. You can use this macro or send the LVM_SETINSERTMARKCOLOR message explicitly.
ListView_SetInsertMarkColor
ListView_SetInsertMarkColor macro [Windows Controls]
_win32_ListView_SetInsertMarkColor
_win32_ListView_SetInsertMarkColor_cpp
commctrl/ListView_SetInsertMarkColor
controls.ListView_SetInsertMarkColor
controls._win32_ListView_SetInsertMarkColor
controls\ListView_SetInsertMarkColor.htm
Controls
VS|Controls|~\controls\listview\macros\listview_setinsertmarkcolor.htm
12/05/2018
ListView_SetInsertMarkColor, ListView_SetInsertMarkColor macro [Windows Controls], _win32_ListView_SetInsertMarkColor, _win32_ListView_SetInsertMarkColor_cpp, commctrl/ListView_SetInsertMarkColor, controls.ListView_SetInsertMarkColor, controls._win32_ListView_SetInsertMarkColor
commctrl.h
Windows
Windows Vista [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
19H1
ListView_SetInsertMarkColor
commctrl/ListView_SetInsertMarkColor
c++
APIRef
kbSyntax
HeaderDef
Commctrl.h
ListView_SetInsertMarkColor

ListView_SetInsertMarkColor macro

-description

Sets the color of the insertion point. You can use this macro or send the LVM_SETINSERTMARKCOLOR message explicitly.

-parameters

-param hwnd

Type: HWND

A handle to the list-view control.

-param color

Type: COLORREF

COLORREF

-remarks

To use ListView_SetInsertMarkColor, specify Comctl32.dll version 6 in the manifest. For more information on manifests, see Enabling Visual Styles.