Click or drag to resize

SystemImageListSize Enumeration

Available system image list sizes

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
public enum SystemImageListSize
Members
  Member nameValueDescription
LargeIcons0 Large Shell icon size (typically 32x32)
SmallIcons1 Small Shell icon size (typically 16x16)
OverlayIcons2 Overlay icons -- not used.
ExtraLargeIcons3 Extra large icons (Windows Vista and later, typically 48x48)
JumboIcons4 Jumbo icons, 256x256 (Windows Vista and later, typically 256x256)
See Also