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, AllowCopyTemplate property is True ( for
evaluation version ), and False ( for registered version ). The
AllowCopyTemplate property specifies whether the Shift + Ctrl + Alt + Insert sequence copies the control's content to the clipboard, in template form.
The AllowCopyTemplate property is available for /COM version only, and it was
provided for a simple way of copying the control's content to template form,
no matter of your programming language. The property uses the ToTemplate
property to generate the control's template, at runtime. The format of the
clipboard being copied is plain text. Use the Template
property to apply the generated template to an empty control.