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

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

Adds images from a ResourceManager into the standard image list.
Declaration Syntax
C#
public static void AddResourceImages(
	ResourceManager manager
)
Parameters
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)