Enum RadTaskDialogIconType
An enumeration that defines members for the possible types of the RadTaskDialogIcon.
Namespace: Telerik.WinControls.UI.TaskDialog
Assembly: Telerik.WinControls.UI.dll
Syntax
public enum RadTaskDialogIconType
Error
Defines an error icon.
Information
Defines an information icon.
None
Defines an empty icon.
Shield
Defines a shield icon.
ShieldBlueBar
Defines a shield icon with blue bar background.
ShieldErrorRedBar
Defines a shield icon with red bar background.
ShieldGrayBar
Defines a shield icon with gray bar background.
ShieldSuccessGreenBar
Defines a shield icon with green bar background.
ShieldWarningYellowBar
Defines a shield icon with yellow bar background.
Warning
Defines a warning icon.