lmgrValidateIcon
lmgrValidateIcon(t_iconName) =>t_string
Description
Checks whether an icon file exists in the Library Manager for the specified icon name before creating a menu item.
Arguments
Value Returned
Examples
Checking whether an icon file exists for the delete.png icon.
iconName = lmgrValidateIcon( "delete.png" )
Related Topics
Return to top