ComponentOne Windows 7 Control Pack for WinForms
TaskDialogCommonIcon Enumeration



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace : TaskDialogCommonIcon Enumeration
Specifies the predefined icon displayed in a task dialog.
Syntax
Public Enum TaskDialogCommonIcon 
   Inherits System.Enum
Dim instance As TaskDialogCommonIcon
public enum TaskDialogCommonIcon : System.Enum 
public enum class TaskDialogCommonIcon : public System.Enum 
Members
MemberDescription
ErrorA stop-sign icon appears in the task dialog.
InformationAn icon consisting of a lowercase letter i in a circle appears in the task dialog.
NoneDisplays no icons.
ShieldA shield icon appears in the task dialog.
ShieldErrorA shield with stop-sign icon appears in the task dialog.
ShieldOKA shield with check-mark icon appears in the task dialog.
ShieldWarningA shield with exclamation-point icon appears in the task dialog.
WarningAn exclamation-point icon appears in the task dialog.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Win7Pack.TaskDialogCommonIcon

See Also

Reference

C1.Win.C1Win7Pack Namespace