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!

IconConverter Class

IconConverter is a class that can be used to convert Icon from one data type to another. Access this class through the TypeDescriptor.

Object
   TypeConverter
      IconConverter

[Visual Basic]
Public Class IconConverter
   Inherits TypeConverter
[C#]
public class IconConverter : TypeConverter
[C++]
public __gc class IconConverter : public TypeConverter
[JScript]
public class IconConverter extends TypeConverter

Remarks

[To be supplied.]

Requirements

Namespace: System.Drawing

Assembly: System.Drawing.dll

See Also

IconConverter Members | System.Drawing Namespace