Icons.SystemShield Property

KGy SOFT Drawing Libraries

IconsSystemShield Property KGy SOFT Drawing Libraries Help
Shield (small version for the summary) Gets an Icon instance that contains the Shield icon as it is stored in the current operating system. In Windows Vista and above icon contains two sizes, which are depending on current DPI settings, in Windows XP the icon contains multiple resolution and color depths.

Namespace: KGySoft.Drawing
Assembly: KGySoft.Drawing (in KGySoft.Drawing.dll) Version: 4.6.0
Syntax

public static Icon SystemShield { get; }
Public Shared ReadOnly Property SystemShield As Icon
	Get
public:
static property Icon^ SystemShield {
	Icon^ get ();
}
static member SystemShield : Icon with get

Property Value

Type: Icon
Remarks

In Windows 7, with default DPI settings the icon contains the following images:
Shield Windows 7 32x32Shield Windows 7 16x16

In Windows Vista, with default DPI settings the icon contains the following images:
Shield Windows Vista 32x32Shield Windows Vista 16x16

In Windows XP the icon contains different color depth version of the following images:
Shield Windows XP 48x48Shield Windows XP 32x32Shield Windows XP 16x16

See Also

Reference