ISDBUI::NewDockablePersistentPanel

From MediaMonkey Wiki
Jump to navigation Jump to search

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.

Related Topics