Click or drag to resize

Clipboard Methods

The Clipboard type exposes the following members.

Methods
  NameDescription
Public methodClear
Clears the clipboard completely of all values
Public methodContains
Gets a value indicating that data with the specified type is contained in the clipboard.
Public methodGetData
Gets a data array from the clipboard with the specified type identifier.
Public methodGetDataStream
Gets the data stream with the specified type identifier.
Public methodGetObject(String)
Gets a serialized value with the specified type identifier.
Public methodGetObjectT(String)
Gets an object from the data object with the specified type
Public methodGetString
Gets a string from the clipboard with the specified type identifier.
Public methodSetData
sets a data array into the clipboard with the specified type identifier.
Public methodSetDataStream
Sets a data stream into the clipboard with the specified type identifier.
Public methodSetObject
Sets the value into the data object with the specified type using serialization or type converter
Public methodSetString
Sets a string into the clipboard with the specified type identifier.
Top
See Also