Loads an icon object from the given resource.
[Visual Basic] Overloads Public Sub New( _ ByVal type As Type, _ ByVal resource As String _ ) [C#] public Icon( Type type, string resource ); [C++] public: Icon( Type* type, String* resource ); [JScript] public function Icon( type : Type, resource : String );
Icon Class | Icon Members | System.Drawing Namespace | Icon Constructor Overload List