StockIconOptions Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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
Feedback
Submit and view feedback for