You are here: Lua Scripting Resources eGuide > Lua Scripting API Reference Guide > Tool Palette Library > enableCopy

17.4 enableCopy

toolpalette.enableCopy(enable)

This routine enables or disables the Edit > Copy menu command. Parameter enable is a Boolean value that enables the command if true or disables the menu item if false.

Introduced in platform.apiLevel = '1.0'