.NET Framework Class Library
Clipboard.SetDataObject Method
Stores a specified data object on the system Clipboard.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
| Name | Description | |
|---|---|---|
|
SetDataObject(Object) | Places a specified non-persistent data object on the system Clipboard. |
|
SetDataObject(Object, Boolean) | Places a specified data object on the system Clipboard and accepts a Boolean parameter that indicates whether the data object should be left on the Clipboard when the application exits. |
See Also