SDBTreeNode: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
Line 3: | Line 3: | ||
Object representing a single tree node. | 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 === | === ISDBTreeNode members === |
Revision as of 13:59, 1 November 2007
- 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 | |
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 |