Programming with Reflection
ClearClipboardOnDisconnect property
Syntax |
object.ClearClipboardOnDisconnect |
Works with |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) how Reflection handles data in the Windows Clipboard when you disconnect from the host. When this property is True, Reflection deletes the data on disconnect from the host. When it is False, data on the Clipboard is retained.
Note: When this property is True, Reflection removes any data in the Clipboard, even it it was saved from a different application.
The default is value is False.