ISDBApplication::SelectedSongList: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
Line 4: Line 4:


Returns [[SDBSongList]] object of all tracks that are currently selected in the track list in the main MediaMonkey window.
Returns [[SDBSongList]] object of all tracks that are currently selected in the track list in the main MediaMonkey window.
=== Related Topics ===
*[[ISDBApplication::AllVisibleSongList]]
*[[ISDBApplication::CurrentSongList]]


[[Category:Scripting|{{PAGENAME}}]]
[[Category:Scripting|{{PAGENAME}}]]

Revision as of 15:07, 4 November 2007

CoClass SDBApplication, Interface ISDBApplication

Property Get SelectedSongList As ISDBSongList


Property description

Returns SDBSongList object of all tracks that are currently selected in the track list in the main MediaMonkey window.

Related Topics