ISDBApplication::MainTree

From MediaMonkey Wiki
Jump to navigation Jump to search

CoClass SDBApplication, Interface ISDBApplication

Property Get MainTree As SDBTree


Property description

Returns SDBTree object for operations on the main tree.

Example code

This example shows how to hide some main tree nodes

Dim Tree
Set Tree = SDB.MainTree

Tree.Node_MyComputer.Visible = False
Tree.Node_Web.Visible = False
Tree.Node_Radio.Visible = False
Tree.Node_Library.Visible = False