Contents Index Topic Contents | ||
Previous Topic: TVM_SETINSERTMARK Next Topic: TVM_SETITEM |
TVM_SETINSERTMARKCOLOR
TVM_SETINSERTMARKCOLOR wParam = 0; lParam = (LPARAM)(COLORREF)clrInsertMark;Sets the color used to draw the insertion mark for the tree view. You can send this message explicitly or by using the TreeView_SetInsertMarkColor macro.
- Returns a COLORREF value that contains the previous insertion mark color.
- clrInsertMark
- COLORREF value that contains the new insertion mark color.
Version 4.71
See also TVM_GETINSERTMARKCOLOR
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.