Name
IDataObject.GetDataPresent Method
Class
System.Windows.Forms.IDataObject
Syntax
GetDataPresent(format [,autoconvert])-
format Use: Required
Data Type: String or Type object
Field member of the DataFormats class (see later for more information on this) or a Type object representing the format of the data for which to search
-
autoconvert Use: Optional
Data Type: Boolean
Trueto convert the data to the specified format
Return value
Boolean value indicating whether the Clipboard holds data of the
specified format or of a format that can be converted to
format
Description
Returns a Boolean value indicating whether the Clipboard holds data of the specified format or of a format that the present data can be converted to
Rules at a Glance
The
formatargument can be one of the following string values:DataFormats.Bitmap DataFormats.CommaSeparatedValue DataFormats.Dib DataFormats.Dif DataFormats.EnhancedMetafile DataFormats.FileDrop DataFormats.Html DataFormats.Locale DataFormats.MetafilePict DataFormats.OemText DataFormats.Palette DataFormats.PenData DataFormats.Riff DataFormats.Rtf DataFormats.Serializable (a format that encapsulates any type of Windows Forms object) DataFormats.StringFormat DataFormats.SymbolicLink DataFormats.Text DataFormats.Tiff DataFormats.UnicodeText DataFormats.WaveAudio
If
formatis a string, theautoconvertargument can be supplied in the method call. A value ofFalseindicates that the function should determine whether the data stored by theIDataObjectinstance is ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access