Specifies the type of clipboard access that is allowed to the calling code.
Syntax
[System.Runtime.InteropServices.ComVisible(true)]
public enum UIPermissionClipboard
Remarks
Members
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.
|
Requirements
Namespace: System.Security.Permissions
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0