NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataFormats.Palette

Specifies the Windows palette format. This field is read-only.

[Visual Basic]
Public Shared ReadOnly Palette As String
[C#]
public static readonly string Palette;
[C++]
public: static readonly String* Palette;
[JScript]
public static var Palette : String;

Remarks

Use this field to query a DataObject for the format of data that it contains.

WinForms can use this format in conjunction with a Bitmap object. Winforms does not use this format directly.

See Also

DataFormats Class | DataFormats Members | System.WinForms Namespace | GetData | SetData | GetDataPresent | GetFormats | DataObject | IDataObject | GetFormat | name | id