TaskDialogStandardIcon Enumeration

Represents possible standard icons for TaskDialog.

Definition

Namespace: KGySoft.WinForms.Components
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public enum TaskDialogStandardIcon

Members

None0 Represents no icon.
Question-1 Represents the system question icon
SecurityQuestion-2 Represents the system security question icon with blue background
SecurityShieldGray65,527 Represents the system security shield icon with gray background
SecuritySuccess65,528 Represents the system security success icon with green background
SecurityError65,529 Represents the system security error icon with red background
SecurityWarning65,530 Represents the system security warning icon with yellow background
SecurityShieldBlue65,531 Represents the system security shield icon with blue background
SecurityShield65,532 Represents the system security shield icon with white background
Information65,533 Represents the system information icon
Error65,534 Represents the system error icon
Warning65,535 Represents the system warning icon

See Also