ISDBUI::HidePropertiesSheet

From MediaMonkey Wiki
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