Click or drag to resize

SHIL Enumeration

Defines the Shell's system image list type.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public enum SHIL
Members
  Member nameValueDescription
SHIL_LARGE0 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_SMALL1 These images are the Shell standard small icon size of 16x16, but the size can be customized by the user.
SHIL_EXTRALARGE2 These images are the Shell standard extra-large icon size. This is typically 48x48, but the size can be customized by the user.
SHIL_SYSSMALL3 These images are the size specified by GetSystemMetrics called with SM_CXSMICON and GetSystemMetrics called with SM_CYSMICON.
SHIL_JUMBO4 Windows Vista and later. The image is normally 256x256 pixels.
See Also