Specifies whether the Shift + Ctrl + Alt + Insert sequence copies the control's content to the clipboard, in template form.
Type
Description
Boolean
A Boolean expression that specifies whether the Shift + Ctrl + Alt + Insert sequence copies the control's content to the clipboard, in template form.
By default, the AllowCopyTemplate property is True, which
indicates that you can copy the toolbar's content in x-script format by
pressing the Shift + Ctrl + Alt + Insert keys combination. If the function succeeded
the generated x-script code is copied to your clipboard and a beep is played.
In order to execute the generated code, you can use the eXHelper
tool. Based on x-script, the exHelper tool can generate code in different
programming languages such as C++, VB, Delphi, and much more. The Template
/ ExecuteTemplate can be used to
execute the x-script being generated. The ToTemplate property generates x-script from the
control's content.