StockIconSHGSI Enumeration |
Some of the SHGSI_* values.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax [FlagsAttribute]
public enum SHGSI
Members
| Member name | Value | Description |
---|
| SHGSI_LARGEICON | 0 |
Causes the function to retrieve the large version of the icon, as specified by the SM_CXICON and SM_CYICON system metrics.
|
| SHGSI_LINKOVERLAY | 32768 |
Causes the function to add the link overlay to the file's icon.
|
| SHGSI_SELECTED | 65536 |
Causes the function to blend the icon with the system highlight color.
|
| SHGSI_SHELLICONSIZE | 4 |
Causes the function to retrieve the Shell-sized icons rather than the sizes specified by the system metrics.
|
| SHGSI_SMALLICON | 1 |
Causes the function to retrieve the small version of the icon, as specified by the SM_CXSMICON and SM_CYSMICON system metrics.
|
See Also