OpenNETCF Smart Device Framework 2.3
Provides static, predefined
Clipboard format names.
Use them to identify the format of data that you store in an
IDataObject.
Namespace:
OpenNETCF.Windows.Forms
Assembly:
OpenNETCF.Windows.Forms (in OpenNETCF.Windows.Forms.dll) Version: 2.3.0.0
Syntax
| C# |
|---|
public static class DataFormats2 |
| Visual Basic (Declaration) |
|---|
Public NotInheritable Class DataFormats2 |
| Visual Basic (Usage) |
|---|
You do not need to declare an instance of a static class in order to access its members. |
| Visual C++ |
|---|
public ref class DataFormats2 abstract sealed |
| J# |
|---|
public final class DataFormats2 |
| JScript |
|---|
public final class DataFormats2 |
| JavaScript |
|---|
OpenNETCF.Windows.Forms.DataFormats2 = function();
Type.createClass(
'OpenNETCF.Windows.Forms.DataFormats2'); |
Inheritance Hierarchy
See Also