ISDBUI::NewDockablePersistentPanel: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (added object link and related topics) |
||
Line 8: | Line 8: | ||
===Property description=== | ===Property description=== | ||
Creates a new dockable panel on the main window and persists its position for next MediaMonkey sessions. | Creates a new [[SDBUIDockablePanel|dockable panel]] on the main window and persists its position for next MediaMonkey sessions. | ||
A persistent panel isn't destroyed after it's no longer used. That means that if you recreate such a panel during the same MediaMonkey session, the controls that were added the first time will still be on it. Be sure not to add the controls again, or they will be duplicates. | |||
=== Related Topics === | |||
*[[ISDBUI::NewDockablePanel]] | |||
*[[ISDBUI::NewForm]] | |||
[[Category:Scripting|{{PAGENAME}}]] | [[Category:Scripting|{{PAGENAME}}]] |
Revision as of 12:47, 8 May 2007
CoClass SDBUI, Interface ISDBUI
Property Get NewDockablePersistentPanel(PanelName As String) As SDBUIDockablePanel
Parameters
Name | Type | Description |
---|---|---|
PanelName | String | An indentifier for the panel (used for persistance). |
Property description
Creates a new dockable panel on the main window and persists its position for next MediaMonkey sessions.
A persistent panel isn't destroyed after it's no longer used. That means that if you recreate such a panel during the same MediaMonkey session, the controls that were added the first time will still be on it. Be sure not to add the controls again, or they will be duplicates.