StockIcon Class |
Namespace: ShellBoost.Core.Utilities
public static class StockIcon
The StockIcon type exposes the following members.
Name | Description | |
---|---|---|
StockImages |
Gets the stock images list.
| |
StockImagesCount |
Gets the stock images count.
|
Name | Description | |
---|---|---|
AddToStockImages |
Adds a list to the stock images.
| |
GetShieldIcon |
Gets the Windows UAC shield icon.
You *must* call ShellUtilities.DestroyIcon on the returned icon handle once you have finished to use it.
| |
GetShieldImage |
Gets the Windows UAC shield image.
| |
GetStockBitmap(String) |
Gets a Winforms icon as a bitmap.
| |
GetStockBitmap(StockIconId, StockIconSHGSI) |
Gets a stock WPF bitmap by its identifier.
| |
GetStockBitmap(String, Color) |
Gets a Winforms icon as a bitmap.
| |
GetStockIcon |
Gets a stock icon by its identifier.
You *must* call ShellUtilities.DestroyIcon on the returned icon handle once you have finished to use it.
| |
GetStockIconHandle |
Gets a stock icon handle by its identifier.
| |
GetStockImage |
Gets a stock image by its identifier.
|