IconsSecuritySuccess Property

Security Success (small version for the summary) Gets the Security Success icon displaying a green shield with a white check (Sizes: 256x256, 48x48, 32x32, 24x24, 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 SecuritySuccess { get; }

Property Value

Icon

Remarks

  Note

This icon has the Windows Vista appearance on all platforms. To get an OS-specific appearance use the SystemSecuritySuccess property instead.

Examples

The icon contains the following images:
Security Success 256x256Security Success 48x48Security Success 32x32Security Success 24x24Security Success 16x16

See Also