Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor Namespace / Table.DialogType Enumeration

In This Topic
    Table.DialogType Enumeration
    In This Topic
    Represents the type of a dialog box to be used.
    Syntax
    'Declaration
     
    Public Enum Table.DialogType 
       Inherits System.Enum
    public enum Table.DialogType : System.Enum 
    Members
    MemberDescription
    Cell Cell dialog box.
    Column Column dialog box.
    Row Row dialog box.
    Table Table dialog box.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Editor.Table.DialogType

    See Also