Defines the Shell's system image list type.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax Members
| Member name | Value | Description |
---|
| SHIL_LARGE | 0 |
The image size is normally 32x32 pixels. However, if the Use large icons option is selected from the Effects section of the Appearance tab in Display Properties, the image is 48x48 pixels.
|
| SHIL_SMALL | 1 |
These images are the Shell standard small icon size of 16x16, but the size can be customized by the user.
|
| SHIL_EXTRALARGE | 2 |
These images are the Shell standard extra-large icon size. This is typically 48x48, but the size can be customized by the user.
|
| SHIL_SYSSMALL | 3 |
These images are the size specified by GetSystemMetrics called with SM_CXSMICON and GetSystemMetrics called with SM_CYSMICON.
|
| SHIL_JUMBO | 4 |
Windows Vista and later. The image is normally 256x256 pixels.
|
See Also