Name

UIPermissionClipboard

Synopsis

public enum UIPermissionClipboard {
   NoClipboard = 0,OwnClipboard = 1,AllClipboard = 2
}

Values of the UIPermissionClipboard enumeration are used to specify the type of clipboard access represented by a UIPermission object. OwnClipboard means that code can freely place data into the clipboard but cannot programmatically read the clipboard contents. AllClipboard represents unrestricted clipboard access.

Hierarchy

System.Object System.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) UIPermissionClipboard

Returned By

UIPermission.Clipboard, UIPermissionAttribute.Clipboard

Passed To

UIPermission.{Clipboard, UIPermission( )}, UIPermissionAttribute.Clipboard

Get Programming .NET Security now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.