IMetabasePolicy.CopyToClipboardAllowed

Syntax

CopyToClipboardAllowed: Boolean;

CopyToClipboardAllowed: System.Boolean;

Description

The CopyToClipboardAllowed property determines whether it is possible to copy data into a clipboard and copy a screen.

Comments

By default the property is set to True, and the clipboard can be used on working with the platform. If it is set to False, then on working in platform, data copying and the Print Screen button to copy screen is unavailable.

Fore and Fore.NET Examples

The property use is given in the example for IMetabasePolicy.AllowUserQueries.

See also:

IMetabasePolicy