UIPermissionClipboard Enumeration
.NET Framework (current version)
Specifies the type of clipboard access that is allowed to the calling code.
Assembly: mscorlib (in mscorlib.dll)
| Member name | Description | |
|---|---|---|
| AllClipboard | Clipboard can be used without restriction. | |
| NoClipboard | Clipboard cannot be used. | |
| OwnClipboard | The ability to put data on the clipboard (Copy, Cut) is unrestricted. Intrinsic controls that accept Paste, such as text box, can accept the clipboard data, but user controls that must programmatically read the clipboard cannot. |
This enumeration is used by UIPermission.
.NET Framework
Available since 1.1
Available since 1.1
Show: