IconsSystemWarning Property

Warning (small version for the summary) Gets an Icon instance that contains a large and a small Warning icon as it is displayed by the current operating system.
On Windows Vista and above sizes are depending on current DPI settings, on Windows XP and Linux the icon has always 32x32 and 16x16 image sizes.

Definition

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

Property Value

Icon

Remarks

On Windows 11 at 100% DPI settings the icon contains the following images:
Warning 32x32 Windows 11Warning 16x16 Windows 11

On Windows 8 and Windows 10 at 100% DPI settings the icon contains the following images:
Warning 32x32 Windows 10Warning 16x16 Windows 10

On Windows Vista and Windows 7 at 100% DPI settings the icon contains the following images:
Warning 32x32 Windows VistaWarning 16x16 Windows Vista

On Windows XP the icon contains the following images:
Warning Windows XP 32x32Warning Windows XP 16x16

On Linux/Mono the icon contains the following images:
Warning Linux/Mono 32x32Warning Linux/Mono 16x16

  Note

On Linux the .NET Core build mistakenly returns the SystemError icon, which is an issue in the SystemIcons implementation of .NET Core.

See Also