GetToolBarDefinition Function

Returns names of all buttons on a specified toolbar.

Arguments

Number Type Compulsory Default Description
1 string Yes Toolbar name

Argument 1

Name of toolbar as defined in command CreateToolBar and populated using DefineToolBar .

Returns

String array of names of buttons that have been added to the specified toolbar using the DefineToolBar command.

See Also