Class DataFormats
Provides static, predefined format names for data objects. Use the named constants to identify the format of the data that you request from an IDataObject object.
Inheritance
System.Object
DataFormats
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows
Assembly: OpenSilver.dll
Syntax
public static class DataFormats
Fields
| Improve this Doc View SourceFileDrop
Specifies the Microsoft Windows file drop format.
Declaration
public static readonly string FileDrop
Field Value
Type | Description |
---|---|
System.String | The string specifying the Microsoft Windows file drop format. |