Enum RadTaskDialogIconImage
An enumeration that defines members for the possible predefined images for the RadTaskDialogIcon in RadTaskDialogPage.
Namespace: Telerik.WinControls.UI.TaskDialog
Assembly: Telerik.WinControls.UI.dll
Syntax
public enum RadTaskDialogIconImage
FlatError
Represents a flat error icon.
FlatInformation
Represents a flat information icon.
FlatNoEntry
Represents a flat no entry icon.
FlatShield
Represents a flat shield icon.
FlatShieldError
Represents a flat error shield icon.
FlatShieldQuestion
Represents a flat question shield icon.
FlatShieldSuccess
Represents a flat success shield icon.
FlatShieldWarning
Represents a flat warning shield icon.
FlatStop
Represents a flat stop icon.
FlatWarning
Represents a flat warning icon.
GradientError
Represents a gradient error icon.
GradientInformation
Represents a gradient information icon.
GradientNoEntry
Represents a gradient no entry icon.
GradientShield
Represents a gradient shield icon.
GradientShieldError
Represents a gradient error shield icon.
GradientShieldQuestion
Represents a gradient question shield icon.
GradientShieldSuccess
Represents a gradient success shield icon.
GradientShieldWarning
Represents a gradient warning shield icon.
GradientStop
Represents a gradient stop icon.
GradientWarning
Represents a gradient warning icon.
WhiteError
Represents a white error icon.
WhiteInformation
Represents a white information icon.
WhiteNoEntry
Represents a white no entry icon.
WhiteShield
Represents a white shield icon.
WhiteShieldError
Represents a white error shield icon.
WhiteShieldQuestion
Represents a white question shield icon.
WhiteShieldSuccess
Represents a white success shield icon.
WhiteShieldWarning
Represents a white warning shield icon.
WhiteStop
Represents a white stop icon.
WhiteWarning
Represents a white warning icon.