Class MarkerMenu : doesItemExist Method
Boolean doesItemExist( String strItemName ) |
Summary
Determine if an item exists on the menu.
Parameters
Parameter | Description |
String strItemName |
|
|
|
|
Returns
Returns true if the item exists, false otherwise.
Examples
if( menu.doesItemExist( "Exclude") ) { menu.addItem( "Exclude|From all markers", "onExcludeAll" ); }
|
See Also
Menu : doesItemExist
Requirements
Build 1059
|