Persistate API documentation
AddResourceImages Method (imageList, manager)
NamespacesPersistate.UI.DesktopPWindowAddResourceImages(ImageList, ResourceManager)

[This is preliminary documentation and is subject to change.]

Adds images from a ResourceManager into an image list.
Declaration Syntax
C#
protected static void AddResourceImages(
	ImageList imageList,
	ResourceManager manager
)
Parameters
imageList (ImageList)
The image list to add the images to.
manager (ResourceManager)
The ResourceManager to add images from. The resource set with the current UI culture is used from this resource manager.
Remarks
Only those images with the same size as defined in the image list are added If an image with the same key name as one from the resource manager already exists in the image list, then the new one is not added, and no exception is thrown.

Assembly: Persistate.UI.Desktop (Module: Persistate.UI.Desktop) Version: 0.6.1.20 (0.6.1.20)