Inheritance diagram for IITBrowserWindow:
You can retrieve the main browser window using the IiTunes::BrowserWindow property.
Public Member Functions | |
Properties | |
HRESULT | MiniPlayer ([out, retval] VARIANT_BOOL *isMiniPlayer) |
Returns true if browser window is in Mini Player mode. | |
HRESULT | MiniPlayer ([in] VARIANT_BOOL shouldBeMiniPlayer) |
Switch into or out of Mini Player mode. | |
HRESULT | SelectedTracks ([out, retval] IITTrackCollection **iTrackCollection) |
Returns a collection containing the currently selected track or tracks. | |
HRESULT | SelectedPlaylist ([out, retval] IITPlaylist **iPlaylist) |
Returns the currently selected playlist in the Source list. | |
HRESULT | SelectedPlaylist ([in] VARIANT *iPlaylist) |
Sets the currently selected playlist in the Source list. |
|
Switch into or out of Mini Player mode.
|
|
Returns true if browser window is in Mini Player mode.
|
|
Sets the currently selected playlist in the Source list.
|
|
Returns the currently selected playlist in the Source list.
|
|
Returns a collection containing the currently selected track or tracks.
|