Icons.SystemError Property

KGy SOFT Drawing Libraries

IconsSystemError Property KGy SOFT Drawing Libraries Help
Error (small version for the summary) Gets an Icon instance that contains a large and a small Error icon as it is stored in the current operating system. In Windows Vista and above sizes are depending on current DPI settings, in Windows XP they have always 32x32 and 16x16 sizes.

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

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

Property Value

Type: Icon
Remarks

In Windows Vista and Windows 7, with default DPI settings the icon contains the following images:
Error 32x32Error 16x16

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

See Also

Reference