UIPermission Constructor (UIPermissionClipboard)
Initializes a new instance of the UIPermission class with the permissions for the Clipboard, and no access to windows.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- clipboardFlag
-
Type:
System.Security.Permissions::UIPermissionClipboard
One of the enumeration values.
| Exception | Condition |
|---|---|
| ArgumentException | The clipboardFlag parameter is not a valid UIPermissionClipboard value. |
To set both the Clipboard and window permissions, use the constructor that takes parameters for both.
The following code example shows the use of the UIPermission::UIPermission(UIPermissionClipboard) constructor. This example is part of a larger example provided for the UIPermission class.
Available since 1.1