DataFormats.PenData Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the Windows pen data format, which consists of pen strokes for handwriting software; Windows Forms does not use this format. This static
field is read-only.
public: static initonly System::String ^ PenData;
public static readonly string PenData;
staticval mutable PenData : string
Public Shared ReadOnly PenData As String
Field Value
Remarks
This field is used by the IDataObject interface and the DataObject class to specify the data type.
When adding to an IDataObject or to an implementation of DataObject, use this field as the format for the IDataObject.SetData and DataObject.SetData methods.
To see if an object of this type exists, use this field as the format for the IDataObject.GetDataPresent and DataObject.GetDataPresent methods.
To get an object of this type, use this as the format for the IDataObject.GetData and DataObject.GetData methods.