Icon()

Icon::Icon(const String&) constructor

Constructs a new instance of Icon class that represents an icon from the specified file.

System::Drawing::Icon::Icon(const String &filename)

Arguments

ParameterTypeDescription
filenameconst String&A name of the file to load the icon from

See Also