ISDBUI::HidePropertiesSheet: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(No difference)
|
Revision as of 18:57, 24 May 2010
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)