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

In This Topic
    DialogType Enumeration
    In This Topic
    Represents the type of dialog box to show in the C1Editor.ShowDialog.
    Syntax
    'Declaration
     
    Public Enum DialogType 
       Inherits System.Enum
    public enum DialogType : System.Enum 
    Members
    MemberDescription
    Bookmark Insert or edit bookmark dialog box.
    Find Find dialog box.
    FlashMovie Insert or edit Flash movie dialog box.
    Format Text formatting dialog box.
    Hyperlink Insert or edit hyperlink dialog box.
    Image Insert or edit image dialog box.
    NewTable New table dialog box.
    PageSetup Page setup dialog box.
    Replace Replace dialog box.
    Inheritance Hierarchy

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

    See Also