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 (Type, String)

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
);

Parameters

type
The type of the resource class.
resource
The resource name to load.

See Also

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