Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UIPermissionClipboard Enumeration

 

Specifies the type of clipboard access that is allowed to the calling code.

Namespace:   System.Security.Permissions
Assembly:  mscorlib (in mscorlib.dll)

[SerializableAttribute]
[ComVisibleAttribute(true)]
public enum UIPermissionClipboard

Member nameDescription
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
Return to top
Show:
© 2017 Microsoft