SDBTreeNode: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 12: | Line 12: | ||
|[[ISDBTreeNode::CustomData|CustomData]] |Property Get/Let | | |[[ISDBTreeNode::CustomData|CustomData]] |Property Get/Let | | ||
|[[ISDBTreeNode::CustomDataId|CustomDataId]] |Property Get/Let | | |[[ISDBTreeNode::CustomDataId|CustomDataId]] |Property Get/Let | | ||
|[[ISDBTreeNode::CustomNodeId|CustomNodeId]] |Property Get/Let | | |[[ISDBTreeNode::CustomNodeId|CustomNodeId]] |Property Get/Let | | ||
|[[ISDBTreeNode::CustomNodeId|RelatedObjectID]] |Property Get/Let | From v4.0 | |||
|[[ISDBTreeNode::CustomObject|CustomObject]] |Property Get/Let | | |[[ISDBTreeNode::CustomObject|CustomObject]] |Property Get/Let | | ||
|[[ISDBTreeNode::Expanded|Expanded]] |Property Get/Let | | |[[ISDBTreeNode::Expanded|Expanded]] |Property Get/Let | |
Revision as of 22:09, 27 January 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 | |
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 |