ISDBTreeNodeEvents::OnNodeFocused

From MediaMonkey Wiki
Jump to navigation Jump to search

CoClass SDBTreeNode, Interface ISDBTreeNodeEvents

Function OnNodeFocused(Node As SDBTreeNode) As Long


Parameters

Name Type Description
Node SDBTreeNode A node that just received focus.


Event description

This event is called when a new tree node gets focus. One of the following values should be returned:

  • 1 = Tracks list
  • 2 = Web control
  • 3 = Playlist
  • 4 = Album art
  • 5 = Podcast
  • 6 = Download
  • 7 = Dialog

(Only 1 and 2 have been confirmed to work correctly)