StockIconOptions Enum

Definition

Provides options for use with GetStockIcon(StockIconId, StockIconOptions).

This enumeration supports a bitwise combination of its member values.

public enum class StockIconOptions
[System.Flags]
public enum StockIconOptions
[<System.Flags>]
type StockIconOptions = 
Public Enum StockIconOptions
Inheritance
StockIconOptions
Attributes

Fields

Default 0

Use the defaults, which is to retrieve a large version of the icon (as defined by the current system metrics).

LinkOverlay 32768

Add a link overlay onto the icon.

Selected 65536

Blend the icon with the system highlight color.

ShellIconSize 4

Retrieve the shell icon size of the icon.

SmallIcon 1

Retrieve the small version of the icon (as defined by the current system metrics).

Applies to