System.Drawing.IconConverter
Converts an Icon object from one data type to another. Access this class through the TypeDescriptor object.
namespace System.Drawing
{
public class IconConverter : ExpandableObjectConverter
{
public IconConverter();
}
}