IconsQuestion Property

Question (small version for the summary) Gets the Question icon displaying a white "?" in a blue 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 Question { 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 SystemQuestion property instead (though that one lacks the 20x20 and 24x24 sizes on Windows Vista and Windows 7).

Examples

The icon contains the following images:
Question 256x256Question 64x64Question 48x48Question 32x32Question 24x24Question 20x20Question 16x16

See Also