StockIconOptions Enumeration

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

Specifies options for the appearance of the stock icon.

Namespace:  Microsoft.SDK.Samples.VistaBridge.Library.StockIcons
Assembly:  VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
[FlagsAttribute]
public enum StockIconOptions
Visual Basic (Declaration)
<FlagsAttribute> _
Public Enumeration StockIconOptions
Visual C++
[FlagsAttribute]
public enum class StockIconOptions

Members

Member nameDescription
Small
Retrieve the small version of the icon, as specified by SM_CXSMICON and SM_CYSMICON system metrics.
ShellSize
Retrieve the shell-sized icons (instead of the size specified by the system metrics).
Handle
Specified that the hIcon member of the SHSTOCKICONINFO structure receives a handle to the specified icon.
SystemIndex
Specifies that the iSysImageImage member of the SHSTOCKICONINFO structure receives the index of the specified icon in the system imagelist.
LinkOverlay
Adds the link overlay to the icon.
Selected
Adds the system highlight color to the icon.

See Also