Click or drag to resize

SystemImageListGetInstance(SystemImageListSize) Method

Gets the cached instance for the specified size.

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

Parameters

pSize  SystemImageListSize
The size of the SystemImageList.

Return Value

SystemImageList
The instance.
See Also