ISDBTree::CreateNode

From MediaMonkey Wiki
Jump to navigation Jump to search

CoClass SDBTree, Interface ISDBTree

Property Get CreateNode As ISDBTreeNode


Property description

Returns a new SDBTreeNode object. You can set its properties then and finally add it to some position at the main tree using ISDBTree::AddNode method.

Related Topics