macStatusMenuNames

Typehandler
Dictionarymac.statusmenu
LibraryMac Status Menu
Syntax
macStatusMenuNames()
Associationscom.livecode.library.native.mac.statusmenu
Summary

Get the names of any menus that have been created

OSmac
Platformsdesktop
Example
if "mymenu" is among the lines of macStatusMenuNames() then
	macStatusMenuDelete "mymenu"
end if
Values
NameTypeDescription
return

A return delimited list of menu names.

Description

Use macStatusMenuNames to ensure that a menu has been created before calling a handler that may throw an error if called with a menu that does not exist.