ClipboardObject Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the ClipboardObject class.
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 | |
---|---|---|
ClipboardObject() | Initializes a new instance of the ClipboardObject class based on the standard DataObject class. | |
ClipboardObject(Object) | Initializes a new instance of the ClipboardObject class containing the specified data, or wraps an existing instance of the class. | |
ClipboardObject(String, Object) | Initializes a new instance of the ClipboardObject class containing the specified data in the specified format. |
Top