ISDBTreeNodeEvents::OnNodeFocused: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
===Event description=== | ===Event description=== | ||
This event is called when a new tree node gets focus. | 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) | |||
[[Category:Scripting|{{PAGENAME}}]] | [[Category:Scripting|{{PAGENAME}}]] |
Latest revision as of 02:30, 20 July 2012
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)