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!

Icon Class

This class represents a Windows icon, which is a small bitmap image used to represent an object. Icons can be thought of as transparent bitmaps, although their size is determined by the system.

Object
   Icon

[Visual Basic]
Public Class Icon
   Implements IPersistable, ISerializable, ICloneable
[C#]
public class Icon : IPersistable, ISerializable, ICloneable
[C++]
public __gc class Icon : public IPersistable, ISerializable,
   ICloneable
[JScript]
public class Icon implements IPersistable, ISerializable,
   ICloneable

Remarks

[To be supplied.]

Requirements

Namespace: System.Drawing

Assembly: System.Drawing.dll

See Also

Icon Members | System.Drawing Namespace