IconsSystemInformation Property

Information (small version for the summary) Gets an Icon instance that contains a large and a small Information 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.

See the online help for the icon images.

Definition

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

Property Value

Icon

Remarks

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

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

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

On Windows XP the icon contains the following images:
Information Windows XP 32x32Information Windows XP 16x16

On Linux/Mono the icon contains the following images:
Information Linux/Mono 32x32Information 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