Unicode Controls & Classes for VB6 - Version 4

ucTreeView.SetInsertionMark Method

Sets an insertion mark to the given node

Syntax
Public Sub SetInsertionMark (ByVal hNode As Long, _
Optional ByVal InsertAfter As Boolean = True)
Parameters
Parameter Description
ByVal hNode As Long The node handle
Optional ByVal InsertAfter As Boolean = True True for inserting the mark after the node, True otherwise
Remarks