Determines whether data stored in this instance is associated with the specified format.
Determines whether data stored in this instance is associated with the specified format, using autoConvert to determine whether to convert the data to the format.
[Visual Basic] Overloads Function GetDataPresent(String, Boolean) As Boolean
[C#] bool GetDataPresent(String, bool);
[C++] bool GetDataPresent(String*, bool) = 0;
[JScript] function GetDataPresent(String, Boolean) : Boolean;
Determines whether data stored in this instance is associated with, or can be converted to, the specified format.
[Visual Basic] Overloads Function GetDataPresent(Type) As Boolean
[C#] bool GetDataPresent(Type);
[C++] bool GetDataPresent(Type*) = 0;
[JScript] function GetDataPresent(Type) : Boolean;
Determines whether data stored in this instance is associated with, or can be converted to, the specified format.
[Visual Basic] Overloads Function GetDataPresent(String) As Boolean
[C#] bool GetDataPresent(String);
[C++] bool GetDataPresent(String*) = 0;
[JScript] function GetDataPresent(String) : Boolean;
IDataObject Interface | IDataObject Members | System.WinForms Namespace