An enumeration that defines members for the possible predefined images for the RadTaskDialogIcon in RadTaskDialogPage.
Definition
Namespace:Telerik.WinControls.UI.TaskDialog
Assembly:Telerik.WinControls.UI.dll
Syntax:
public enum RadTaskDialogIconImage
Fields
Represents a flat error icon.
FlatError = 3
Represents a flat information icon.
FlatInformation = 0
Represents a flat no entry icon.
FlatNoEntry = 4
Represents a flat shield icon.
FlatShield = 5
Represents a flat error shield icon.
FlatShieldError = 6
Represents a flat question shield icon.
FlatShieldQuestion = 7
Represents a flat success shield icon.
FlatShieldSuccess = 8
Represents a flat warning shield icon.
FlatShieldWarning = 9
Represents a flat stop icon.
FlatStop = 2
Represents a flat warning icon.
FlatWarning = 1
Represents a gradient error icon.
GradientError = 13
Represents a gradient information icon.
GradientInformation = 10
Represents a gradient no entry icon.
GradientNoEntry = 14
Represents a gradient shield icon.
GradientShield = 15
Represents a gradient error shield icon.
GradientShieldError = 16
Represents a gradient question shield icon.
GradientShieldQuestion = 17
Represents a gradient success shield icon.
GradientShieldSuccess = 18
Represents a gradient warning shield icon.
GradientShieldWarning = 19
Represents a gradient stop icon.
GradientStop = 12
Represents a gradient warning icon.
GradientWarning = 11
Represents a white error icon.
WhiteError = 23
Represents a white information icon.
WhiteInformation = 20
Represents a white no entry icon.
WhiteNoEntry = 24
Represents a white shield icon.
WhiteShield = 25
Represents a white error shield icon.
WhiteShieldError = 26
Represents a white question shield icon.
WhiteShieldQuestion = 27
Represents a white success shield icon.
WhiteShieldSuccess = 28
Represents a white warning shield icon.
WhiteShieldWarning = 29
Represents a white stop icon.
WhiteStop = 22
Represents a white warning icon.
WhiteWarning = 21