![]() | ![]() | ![]() |
| ||
|
TreeView_SetInsertMarkColor
COLORREF TreeView_SetInsertMarkColor( HWND hwndTV, COLORREF clrInsertMark );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.
- Returns a COLORREF value that contains the previous insertion mark color.
- hwndTV
- Handle to a tree view control.
- clrInsertMark
- COLORREF value that contains the new insertion mark color.
Version 4.71
See also TreeView_GetInsertMarkColor
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.