UtilitiesCopyToClipboard Method (DataObject) |
Copy an object to the clipboard, notifying the user of any exceptions
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static bool CopyToClipboard(
DataObject oData
)
Public Shared Function CopyToClipboard (
oData As DataObject
) As Boolean
public:
static bool CopyToClipboard(
DataObject^ oData
)
Parameters
- oData
- Type: System.Windows.FormsDataObject
The object to copy
Return Value
Type:
BooleanTrue if successful
See Also