Enum StockIconSize
- Namespace
- Microsoft.WindowsAPICodePack.Shell
- Assembly
- Microsoft.WindowsAPICodePack.Shell.dll
Specifies options for the size of the stock icon.
public enum StockIconSize
Fields
Large = 1
Retrieve the large version of the icon, as specified by SM_CXICON and SM_CYICON system metrics.
ShellSize = 2
Retrieve the shell-sized icons (instead of the size specified by the system metrics).
Small = 0
Retrieve the small version of the icon, as specified by SM_CXSMICON and SM_CYSMICON system metrics.