IconsError Property

Error (small version for the summary) Gets the Error icon displaying a white "X" in a red circle (Sizes: 256x256, 64x64, 48x48, 32x32, 24x24, 20x20, 16x16)

See the online help for the icon images.

Definition

Namespace: KGySoft.Drawing
Assembly: KGySoft.Drawing (in KGySoft.Drawing.dll) Version: 10.0.0-rc.1
C#
public static Icon Error { get; }

Property Value

Icon

Remarks

  Note

This icon has a Windows Vista-like appearance on all platforms. To get an OS-specific appearance use the SystemError property instead (though that one lacks the 20x20 and 64x64 sizes on Windows Vista and Windows 7/8).

Examples

The icon contains the following images:
Error 256x256Error 64x64Error 48x48Error 32x32Error 24x24Error 20x20Error 16x16

See Also