IconsSystemSecurityWarning Property

Security Warning (small version for the summary) Gets an Icon instance that contains the Security Warning icon as it is displayed by the current operating system.
On Windows XP and on Linux this property returns the same icon as the SecurityWarning property.

See the online help for the icon images.

Definition

Namespace: KGySoft.Drawing
Assembly: KGySoft.Drawing (in KGySoft.Drawing.dll) Version: 9.2.0
C#
public static Icon SystemSecurityWarning { get; }

Property Value

Icon

Examples

On Windows 11 the icon contains 8 images from 16x16 to 256x256. The 32x32 and 16x16 ones look like this:
Security Warning 32x32 Windows 11Security Warning 16x16 Windows 11

On Windows 10 the icon contains 8 images from 16x16 to 256x256. The 32x32 and 16x16 ones look like this:
Security Warning 32x32 Windows 10Security Warning 16x16 Windows 10

On Windows Vista, Windows 7 and Windows 8 the icon contains 5 images from 16x16 to 256x256. The 32x32 and 16x16 ones look like this:
Security Warning 32x32 Windows VistaSecurity Warning 16x16 Windows Vista

On Windows XP and Linux/Mono this property returns the same value as the SecurityWarning property.

See Also