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

17.3 enableCut

toolpalette.enableCut(enable)

This routine enables or disables the Edit > Cut 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'