ClipboardObject.GetDataPresent Method
Include Protected Members
Include Inherited Members
Indicates whether data stored in the clipboard object can be converted to or is associated with the specified format.
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 | |
---|---|---|
GetDataPresent(String) | Indicates whether data stored in the clipboard object can be converted to or is associated with the specified format. (Overrides DataObject.GetDataPresent(String).) | |
GetDataPresent(Type) | Indicates whether data stored in the clipboard object can be converted to or is associated with the specified format. (Overrides DataObject.GetDataPresent(Type).) | |
GetDataPresent(String, Boolean) | Indicates whether data stored in the clipboard object can be converted to or is associated with the specified format, using an automatic conversion parameter to determine whether to convert the data to the format. (Overrides DataObject.GetDataPresent(String, Boolean).) |
Top