ISDBUI::MainWindowFocus: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
 
m (formatting)
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
===Property description===
===Property description===


Returns or set the currently focused control of the main window. Possible values are:
Returns or sets the currently focused control of the main window. Possible values are:


:0 ... Undefined
* '''0''': Undefined
:1 ... Tree
* '''1''': Tree
:2 ... Tracklist
* '''2''': Tracklist
:3 ... Search
* '''3''': Search
:4 ... Now Playing
* '''4''': Now Playing
 
{{Introduced|3.1.0.1210}}


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

Latest revision as of 14:52, 23 April 2013

CoClass SDBUI, Interface ISDBUI

Property Get/Let MainWindowFocus As Int


Property description

Returns or sets the currently focused control of the main window. Possible values are:

  • 0: Undefined
  • 1: Tree
  • 2: Tracklist
  • 3: Search
  • 4: Now Playing

Introduced in MediaMonkey version 3.1.0.1210.