DataFormats::Format Constructor (String^, Int32)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Initializes a new instance of the DataFormats::Format class with a Boolean that indicates whether a Win32 handle is expected.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- name
-
Type:
System::String^
The name of this format.
- id
-
Type:
System::Int32
The ID number for this format.
The following code example creates a new format for a name and unique ID number. The new format does not require a Windows handle. It requires that textBox1 has been instantiated.
.NET Framework
Available since 1.1
Available since 1.1
Show: