TVM_SETINSERTMARKTVM_SETINSERTMARK*
*



Contents  *



Index  *Topic Contents
*Previous Topic: TVM_SETINDENT
*Next Topic: TVM_SETINSERTMARKCOLOR

TVM_SETINSERTMARK


TVM_SETINSERTMARK
    wParam = (WPARAM)(BOOL) fAfter;
    lParam = (LPARAM)(HTREEITEM) htiInsert;

Sets the insertion mark in a tree view control. You can send this message explicitly or by using the TreeView_SetInsertMark macro.

fAfter
BOOL value that specifies if the insertion mark is placed before or after the specified item. If this argument is nonzero, the insertion mark will be placed after the item. If this argument is zero, the insertion mark will be placed before the item.
htiInsert
HTREEITEM that specifies at which item the insertion mark will be placed. If this argument is NULL, the insertion mark is removed.

Version 4.71


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