SDBTreeNode

From MediaMonkey Wiki
Jump to navigation Jump to search

CoClass SDBTreeNode

Object representing a single tree node.

Starting from MM 3.0.0.1099 as soon as you unregister COM events of this object, the node is automatically removed from the tree. It's particularly useful for script uninstallation/update where without any additional script code tree nodes automatically disappear when their script is unloaded.

ISDBTreeNode members

Name Type Description
Caption Property Get/Let
CustomData Property Get/Let
CustomDataId Property Get/Let
CustomNodeId Property Get/Let
RelatedObjectID Property Get/Let From v4.0
CustomObject Property Get/Let
Expanded Property Get/Let
HasChildren Property Get/Let
IconIndex Property Get/Let
NodeType Property Get/Let Values
OnDragDrop Property Get/Let
OnEdited Property Get/Let
OnFillChildren Property Get/Let
OnFillTracksFunct Property Get/Let
Path Property Get/Let
SortCriteria Property Get/Let
SortGroup Property Get/Let
UseScript Property Get/Let
Visible Property Get/Let


ISDBTreeNodeEvents members

Name Type Description
OnCanEditNode Event
OnExecMenuItem Event
OnExecTrackMenuItem Event
OnFillChildren Event
OnFillTracks Event
OnGetFreeSpace Event
OnNodeDragDrop Event
OnNodeEdited Event
OnNodeEditText Event
OnNodeFocused Event
OnShowMenuItem Event
OnShowTrackMenuItem Event