ISDBUI::HidePropertiesSheet

From MediaMonkey Wiki
Revision as of 18:57, 24 May 2010 by Ludek (talk | contribs)
(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 4.0

Example code

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

Related Topics