ISDBApplication::WebControl

From MediaMonkey Wiki
Revision as of 13:44, 21 March 2007 by Jiri (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.

Example code

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