New to Telerik UI for WinFormsStart a free 30-day trial

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:

C#
public enum RadTaskDialogIconImage

Fields

Represents a flat error icon.

C#
FlatError = 3

Represents a flat information icon.

C#
FlatInformation = 0

Represents a flat no entry icon.

C#
FlatNoEntry = 4

Represents a flat shield icon.

C#
FlatShield = 5

Represents a flat error shield icon.

C#
FlatShieldError = 6

Represents a flat question shield icon.

C#
FlatShieldQuestion = 7

Represents a flat success shield icon.

C#
FlatShieldSuccess = 8

Represents a flat warning shield icon.

C#
FlatShieldWarning = 9

Represents a flat stop icon.

C#
FlatStop = 2

Represents a flat warning icon.

C#
FlatWarning = 1

Represents a gradient error icon.

C#
GradientError = 13

Represents a gradient information icon.

C#
GradientInformation = 10

Represents a gradient no entry icon.

C#
GradientNoEntry = 14

Represents a gradient shield icon.

C#
GradientShield = 15

Represents a gradient error shield icon.

C#
GradientShieldError = 16

Represents a gradient question shield icon.

C#
GradientShieldQuestion = 17

Represents a gradient success shield icon.

C#
GradientShieldSuccess = 18

Represents a gradient warning shield icon.

C#
GradientShieldWarning = 19

Represents a gradient stop icon.

C#
GradientStop = 12

Represents a gradient warning icon.

C#
GradientWarning = 11

Represents a white error icon.

C#
WhiteError = 23

Represents a white information icon.

C#
WhiteInformation = 20

Represents a white no entry icon.

C#
WhiteNoEntry = 24

Represents a white shield icon.

C#
WhiteShield = 25

Represents a white error shield icon.

C#
WhiteShieldError = 26

Represents a white question shield icon.

C#
WhiteShieldQuestion = 27

Represents a white success shield icon.

C#
WhiteShieldSuccess = 28

Represents a white warning shield icon.

C#
WhiteShieldWarning = 29

Represents a white stop icon.

C#
WhiteStop = 22

Represents a white warning icon.

C#
WhiteWarning = 21