ISDBUI::HidePropertiesSheet

From MediaMonkey Wiki
Revision as of 21:11, 20 April 2013 by Michal.kocarek (talk | contribs) (introduced)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

CoClass SDBUI, Interface ISDBUI

Proc HidePropertiesSheet(ID As Long)


Parameters

Name Type Description
ID Long Id of sheet to hide (previously returned by a call to AddPropertiesSheet) or a default sheet (see possible properties sheet values).


Method description

Hides previously created custom sheet in Properties dialog.

Introduced in MediaMonkey version 4.0.


Example code

' Hide "Details" properties sheet
SDB.UI.HidePropertiesSheet(-2)

Related Topics