New1
Previous  Next

Initializes the TreeView object and adds it to a form or a panel.
Syntax: New1 (FormName As Control, left As Int32 , top As Int32, width As Int32, height As Int32)

Example:
tv.New1("Form1", 5, 10, 200, 200)