ISDBApplication::WebControl

From MediaMonkey Wiki
Revision as of 20:20, 7 May 2007 by Steegy (talk | contribs) (added link to sample script)
Jump to navigation Jump to search

CoClass SDBApplication, Interface ISDBApplication

Property Get WebControl As Object


Property description

This property returns web browser window as is shown on the main MediaMonkey panel. In order to show the browser on tree node focus change, use ISDBTreeNodeEvents::OnNodeFocused event (see the complete sample script).

Example code

SDB.WebControl.Navigate "http://www.mediamonkey.com"