Note
On non-Windows platforms this method always returns an empty array.
public static Icon[] FromFile(
string fileName
)
Public Shared Function FromFile (
fileName As String
) As Icon()
public:
static array<Icon^>^ FromFile(
String^ fileName
)
static member FromFile :
fileName : string -> Icon[]
If fileName refers to an icon file use the Icon(String) constructor instead.
The images of an Icon can be extracted by the IconExtensions.ExtractBitmaps methods.