ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / DialogType Enumeration

In This Topic
    DialogType Enumeration
    In This Topic
    Represents the type of dialog.
    Syntax
    'Declaration
     
    Public Enum DialogType 
       Inherits System.Enum
    public enum DialogType : System.Enum 
    Members
    MemberDescription
    LinkInfoThe link infomation dialog.
    TaskInfoThe task infomation dialog.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1GanttView.DialogType

    See Also