Define the Icon mode. This is equivalent to most values of Windows Shell
SHGFI_* attributes.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax [FlagsAttribute]
public enum IconMode
Members
| Member name | Value | Description |
---|
| Default | 0 |
The default behavior.
|
| ShellSize | 4 |
Causes the function to retrieve a Shell-sized icon. If this flag is not specified the function sizes the icon according to the system metric values.
|
| Selected | 65536 |
Causes the function to blend the file's icon with the system highlight color.
|
| Open | 2 |
Causes the function to retrieve the file's open icon.
|
| LinkOverlay | 32768 |
Causes the function to add the link overlay to the file's icon.
|
| AddOverlays | 32 |
Causes the function to apply the appropriate overlays to the file's icon.
|
| Small | 1 |
Causes the function to retrieve the file's small icon.
|
| SysIconIndex | 16384 |
Retrieve the index of a system image list icon.
|
See Also