SystemImageListSize Enumeration |
Available system image list sizes
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax public enum SystemImageListSize
Public Enumeration SystemImageListSize
public enum class SystemImageListSize
Members
| Member name | Value | Description |
---|
| LargeIcons | 0 |
Large Shell icon size (typically 32x32)
|
| SmallIcons | 1 |
Small Shell icon size (typically 16x16)
|
| OverlayIcons | 2 |
Overlay icons -- not used.
|
| ExtraLargeIcons | 3 |
Extra large icons (Windows Vista and later, typically 48x48)
|
| JumboIcons | 4 |
Jumbo icons, 256x256 (Windows Vista and later, typically 256x256)
|
See Also