ISDBUI::DeletePropertiesSheet: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(style) |
||
Line 1: | Line 1: | ||
{{MethodDeclaration|SDBUI|ISDBUI|Proc DeletePropertiesSheet( | {{MethodDeclaration|SDBUI|ISDBUI|Proc DeletePropertiesSheet(ID As Long)}} | ||
===Parameters=== | ===Parameters=== | ||
Line 10: | Line 10: | ||
Removes previously created custom sheet in Properties dialog. | Removes previously created custom sheet in Properties dialog. | ||
Introduced | {{Introduced|4.0}} | ||
===Example code=== | ===Example code=== |
Latest revision as of 21:10, 20 April 2013
CoClass SDBUI, Interface ISDBUI
Proc DeletePropertiesSheet(ID As Long)
Parameters
Name | Type | Description |
---|---|---|
ID | Long | Id of sheet to be removed (previously returned by a call to AddPropertiesSheet). |
Method description
Removes previously created custom sheet in Properties dialog.
Introduced in MediaMonkey version 4.0.
Example code
' Create our own option sheet
ind = SDB.UI.AddPropertiesSheet( "Test", Script.ScriptPath, "InitSheet", "TrackChange", "SaveSheet", -1)
' Delete this sheet
SDB.UI.DeletePropertiesSheet ind