SystemImageListGetInstance Method (SystemImageListSize) |
Gets the cached instance for the specified size.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public static SystemImageList GetInstance(
SystemImageListSize pSize
)
Public Shared Function GetInstance (
pSize As SystemImageListSize
) As SystemImageList
public:
static SystemImageList^ GetInstance(
SystemImageListSize pSize
)
static member GetInstance :
pSize : SystemImageListSize -> SystemImageList
Parameters
- pSize
- Type: Jam.ShellSystemImageListSize
The size of the SystemImageList.
Return Value
Type:
SystemImageListThe instance.
See Also