Click or drag to resize

SystemImageListGetInstance Method (SystemImageListSize)

Gets the cached instance for the specified size.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
public static SystemImageList GetInstance(
	SystemImageListSize pSize
)

Parameters

pSize
Type: Jam.ShellSystemImageListSize
The size of the SystemImageList.

Return Value

Type: SystemImageList
The instance.
See Also