ISDBApplication::WebControl: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(No difference)
|
Revision as of 13:44, 21 March 2007
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"