Method TryLoadImageListFromStrip
TryLoadImageListFromStrip(Assembly, string)
Tries to create an ImageList from specified resource.
public static ImageList? TryLoadImageListFromStrip(Assembly assembly, string resourceName)
Parameters
assembly
AssemblyAssembly contains specified resource.
resourceName
stringName of resource stores stripped image list.
Returns
- ImageList
System.Windows.Forms.ImageList contains images from resource.