IconsSystemError Property

Error (small version for the summary) Gets an Icon instance that contains a large and a small Error 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 SystemError { get; }

Property Value

Icon

Remarks

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

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

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

On Windows XP the icon contains the following images:
Error Windows XP 32x32Error Windows XP 16x16

On Linux/Mono the icon contains the following images:
Error Linux/Mono 32x32Error Linux/Mono 16x16

See Also