property Ribbon.AllowCopyTemplate as Boolean
Specifies whether the Shift + Ctrl + Alt + Insert sequence copies the control's content to the clipboard, in template form.

TypeDescription
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 ribbon'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.