IconsSystemInformation Property | KGy SOFT Drawing Libraries Help |
Gets an Icon instance that contains a large and a small
Information 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.1
Syntax
public static Icon SystemInformation { get; }
Public Shared ReadOnly Property SystemInformation As Icon Get
public: static property Icon^ SystemInformation { Icon^ get (); }
static member SystemInformation : Icon with get
Property Value
Type: IconRemarks
In Windows Vista and Windows 7, with default DPI settings the icon contains the following images:
In Windows XP the icon contains the following images:
See Also