TaskDialogStandardIcon Enumeration
Represents possible standard icons for
TaskDialog.
Namespace: KGySoft.WinForms.ComponentsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public enum TaskDialogStandardIcon
Public Enumeration TaskDialogStandardIcon
public enum class TaskDialogStandardIcon
type TaskDialogStandardIcon
| None | 0 |
Represents no icon.
|
| Question | -1 |
Represents the system question icon
|
| SecurityQuestion | -2 |
Represents the system security question icon with blue background
|
| SecurityShieldGray | 65,527 |
Represents the system security shield icon with gray background
|
| SecuritySuccess | 65,528 |
Represents the system security success icon with green background
|
| SecurityError | 65,529 |
Represents the system security error icon with red background
|
| SecurityWarning | 65,530 |
Represents the system security warning icon with yellow background
|
| SecurityShieldBlue | 65,531 |
Represents the system security shield icon with blue background
|
| SecurityShield | 65,532 |
Represents the system security shield icon with white background
|
| Information | 65,533 |
Represents the system information icon
|
| Error | 65,534 |
Represents the system error icon
|
| Warning | 65,535 |
Represents the system warning icon
|