TreeView_SetInsertMarkColorTreeView_SetInsertMarkColor*
*



Contents  *



Index  *Topic Contents
*Previous Topic: TreeView_SetInsertMark
*Next Topic: TreeView_SetItem

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.

hwndTV
Handle to a tree view control.
clrInsertMark
COLORREF value that contains the new insertion mark color.

Version 4.71

See also TreeView_GetInsertMarkColor


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.