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 Constructor (Int32)

Creates an icon object from a given Win32 icon handle. The Icon object does not claim ownership of the icon handle; you must free it when you are done.

[Visual Basic]
Overloads Public Sub New( _
   ByVal handle As Integer _
)
[C#]
public Icon(
   int handle
);
[C++]
public: Icon(
   int handle
);
[JScript]
public function Icon(
   handle : int
);

Parameters

handle
The Win32 icon handle.

See Also

Icon Class | Icon Members | System.Drawing Namespace | Icon Constructor Overload List