ClipboardState Enumeration |
Defines enumerated constant values for different behavior that is related to clipboard data.
Namespace:
Rhino.ApplicationSettings
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public enum ClipboardState
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. |
See Also