Click or drag to resize

StockIconGetShieldImage Method

Gets the Windows UAC shield image.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static Bitmap GetShieldImage(
	StockIconSHGSI flags
)

Parameters

flags
Type: callback.ShellBoost.Core.UtilitiesStockIconSHGSI
The flags.

Return Value

Type: Bitmap
An instance of the Image class.
See Also