ISDBUI::AddToolbar: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
m (introduced)
(declaration, introduced)
 
Line 1: Line 1:
{{MethodDeclaration|SDBUI|ISDBUI|Function AddToolbar(ToolbarName As String) As [[SDBMenuItem]]}}
===Parameters===
===Parameters===


Line 7: Line 9:
===Property description===
===Property description===


Adds and returns new toolbar or returns existing toolbar
Adds and returns new toolbar or returns existing toolbar when toolbar with same name already exists.


{{Introduced|4.0}}
{{Introduced|4.0}}

Latest revision as of 21:09, 20 April 2013

CoClass SDBUI, Interface ISDBUI

Function AddToolbar(ToolbarName As String) As SDBMenuItem


Parameters

Name Type Description
ToolbarName String toolbar name


Property description

Adds and returns new toolbar or returns existing toolbar when toolbar with same name already exists.

Introduced in MediaMonkey version 4.0.