ISDBApplication::SelectedSongList: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
Line 3: Line 3:
===Property description===
===Property description===


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 main MediaMonkey window, or in the now playing window (depending on which window has the focus).


=== Related Topics ===  
=== Related Topics ===  

Latest revision as of 15:12, 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 main MediaMonkey window, or in the now playing window (depending on which window has the focus).

Related Topics