Click or drag to resize

StockIconGetShieldIcon Method

Gets the Windows UAC shield icon. You *must* call ShellUtilities.DestroyIcon on the returned icon handle once you have finished to use it.

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

Parameters

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

Return Value

Type: Icon
An instance of the Icon class.
See Also