ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / TaskDialogCommonIcon Enumeration

In This Topic
    TaskDialogCommonIcon Enumeration
    In This Topic
    Specifies the predefined icon displayed in a task dialog.
    Syntax
    'Declaration
     
    
    Public Enum TaskDialogCommonIcon 
       Inherits System.Enum
    public enum TaskDialogCommonIcon : 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