ISDBUI::HidePropertiesSheet: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
 
m (introduced)
 
Line 1: Line 1:
{{MethodDeclaration|SDBUI|ISDBUI|Proc HidePropertiesSheet(Id As Long)}}
{{MethodDeclaration|SDBUI|ISDBUI|Proc HidePropertiesSheet(ID As Long)}}


===Parameters===
===Parameters===
Line 10: Line 10:
Hides previously created custom sheet in Properties dialog.
Hides previously created custom sheet in Properties dialog.


Introduced in MediaMonkey 4.0
{{Introduced|4.0}}


===Example code===                     
===Example code===                     

Latest revision as of 21:11, 20 April 2013

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