Defines enumerated constant values for diferent behaviour that is related to clipboard data.
Namespace: Rhino.ApplicationSettingsAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.5 (5.0.20693.0)
Syntax
| C# |
|---|
public enum ClipboardState |
| Visual Basic |
|---|
Public Enumeration ClipboardState |
Members
| Member name | Value | Description | |
|---|---|---|---|
| KeepData | 0 | Always keep clipboard data, regardless of size and never prompt the user. | |
| DeleteData | 1 | Always delete clipboard data, regardless of size and never prompt the user. | |
| PromptWhenBig | 2 | Prompt user when clipboard memory is large. |