StockIconOptions
Provides options for use with GetStockIcon.
namespace System.Drawing
{
[Flags]
public enum StockIconOptions
{
Default = 0,
SmallIcon = 1,
ShellIconSize = 4,
LinkOverlay = 32768,
Selected = 65536
}
}