Click or drag to resize

StockIcon Methods

The StockIcon type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddToStockImages
Adds a list to the stock images.
Public methodStatic memberGetShieldIcon
Gets the Windows UAC shield icon. You *must* call ShellUtilities.DestroyIcon on the returned icon handle once you have finished to use it.
Public methodStatic memberGetShieldImage
Gets the Windows UAC shield image.
Public methodStatic memberGetStockBitmap(String)
Gets a Winforms icon as a bitmap.
Public methodStatic memberGetStockBitmap(StockIconId, StockIconSHGSI)
Gets a stock WPF bitmap by its identifier.
Public methodStatic memberGetStockBitmap(String, Color)
Gets a Winforms icon as a bitmap.
Public methodStatic memberGetStockIcon
Gets a stock icon by its identifier. You *must* call ShellUtilities.DestroyIcon on the returned icon handle once you have finished to use it.
Public methodStatic memberGetStockIconHandle
Gets a stock icon handle by its identifier.
Public methodStatic memberGetStockImage
Gets a stock image by its identifier.
Top
See Also