Available system image list sizes
| C# | Visual Basic | Visual C++ |
public enum SystemImageListSize
Public Enumeration SystemImageListSize
public enum class SystemImageListSize
| Member | Description |
|---|---|
| LargeIcons |
Large Shell icon size (typically 32x32)
|
| SmallIcons |
Small Shell icon size (typically 16x16)
|
| OverlayIcons |
Overlay icons
|
| ExtraLargeIcons |
Extra large icons (Windows Vista and later)
|
| JumboIcons |
Jumbo icons, 256x256 (Windows Vista and later)
|