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 );
Icon Class | Icon Members | System.Drawing Namespace | Icon Constructor Overload List