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

Loads an icon object from the given filename.

[Visual Basic]
Overloads Public Sub New( _
   ByVal fileName As String _
)
[C#]
public Icon(
   string fileName
);
[C++]
public: Icon(
   String* fileName
);
[JScript]
public function Icon(
   fileName : String
);

Parameters

fileName
The file to load the icon from.

See Also

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