ISDBTree::CreateNode: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
(No difference)

Revision as of 17:52, 21 March 2007

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