SetDataObject Method
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System.Windows.Forms Namespace
Clipboard Class
Clipboard Methods
SetDataObject Method
SetDataObject Method (Object)
SetDataObject Method (Object, ...
SetDataObject Method (Object, ...
Clipboard Methods
Clear Method
ContainsAudio Method
ContainsData Method
ContainsFileDropList Method
ContainsImage Method
ContainsText Method
GetAudioStream Method
GetData Method
GetDataObject Method
GetFileDropList Method
GetImage Method
GetText Method
SetAudio Method
SetData Method
SetDataObject Method
SetFileDropList Method
SetImage Method
SetText Method
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
Clipboard
.
.
::
.
SetDataObject Method
Places data on the system Clipboard.
Overload List
Name
Description
SetDataObject(Object)
Places nonpersistent data on the system Clipboard.
SetDataObject(Object, Boolean)
Places data on the system Clipboard and specifies whether the data should remain on the Clipboard after the application exits.
SetDataObject(Object, Boolean, Int32, Int32)
Attempts to place data on the system Clipboard the specified number of times and with the specified delay between attempts, optionally leaving the data on the Clipboard after the application exits.
Top
See Also
Reference
Clipboard Class
Clipboard Members
System.Windows.Forms Namespace
DataObject
DataFormats
IDataObject
GetDataObject
Tags :