AceoffixCtrlAllowCopy Property |
Sets or retrieves a value that indicates whether Copy, Paste and download are allowed in the current document.
Namespace: AceoffixAssembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntaxpublic bool AllowCopy { get; set; }
Public Property AllowCopy As Boolean
Get
Set
<asp:AceoffixCtrl AllowCopy="True|False" />
Property Value
Type:
BooleanThe default value is true.
RemarksIf the value is false, Copy, Paste and download will be disabled in the current document.
See Also