SDBTreeNode: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 18: | Line 18: | ||
|[[ISDBTreeNode::HasChildren|HasChildren]] |Property Get/Let | | |[[ISDBTreeNode::HasChildren|HasChildren]] |Property Get/Let | | ||
|[[ISDBTreeNode::IconIndex|IconIndex]] |Property Get/Let | | |[[ISDBTreeNode::IconIndex|IconIndex]] |Property Get/Let | | ||
|[[ISDBTreeNode::NodeType|NodeType]] |Property Get/Let | | |[[ISDBTreeNode::NodeType|NodeType]] |Property Get/Let | [[MediaMonkey_Tree_structure|Values]] | ||
|[[ISDBTreeNode::OnDragDrop|OnDragDrop]] |Property Get/Let | | |[[ISDBTreeNode::OnDragDrop|OnDragDrop]] |Property Get/Let | | ||
|[[ISDBTreeNode::OnEdited|OnEdited]] |Property Get/Let | | |[[ISDBTreeNode::OnEdited|OnEdited]] |Property Get/Let | |
Latest revision as of 23:42, 12 February 2011
- SDBAlbum
- SDBAlbumArtItem
- SDBAlbumArtList
- SDBAlbums
- SDBApplication
- SDBArtist
- SDBArtists
- SDBCommonDialog
- SDBDatabase
- SDBDBIterator
- SDBDevice
- SDBDeviceList
- SDBDropTarget
- SDBDropTargetLast
- SDBDropTargetNext
- SDBDropTargetRip
- SDBFileSystem
- SDBHWEvents
- SDBImage
- SDBIniFile
- SDBMedia
- SDBMenuItem
- SDBPlayer
- SDBPlaylist
- SDBPlaylists
- SDBProgress
- SDBRegistry
- SDBScriptControl
- SDBSongData
- SDBSongIterator
- SDBSongList
- SDBStringList
- SDBTextFile
- SDBTimer
- SDBTools
- SDBTrackSynchStatus
- SDBTracksWindow
- SDBTree
- SDBTreeNode
- SDBUI
- SDBUIActiveX
- SDBUIButton
- SDBUICheckBox
- SDBUICommon
- SDBUIDockablePanel
- SDBUIDropDown
- SDBUIEdit
- SDBUIForm
- SDBUIGroupBox
- SDBUILabel
- SDBUIListBox
- SDBUIMaskEdit
- SDBUIMultiLineEdit
- SDBUIPanel
- SDBUIRadioButton
- SDBUISpinEdit
- SDBUITrackBar
- SDBUITranspPanel
- SDBUITreeList
- SDBUITreeListItem
- SDBWebSearch
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 |