For a list of all members of this type, see ConnectionStringEditorForm Members.
      
        System.Object
        
   MarshalByRefObject
      Component
         Control
            ScrollableControl
               ContainerControl
                  Form
                     ConnectionStringEditorForm
      
        [Visual Basic]
        
        <DesignerCategory(Category="Form")>
        <Designer(DesignerBaseTypeName="System.ComponentModel.Design.IRootDesigner, System, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", DesignerTypeName="System.Windows.Forms.Design.FormDocumentDesigner, System.Design, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
        <ToolboxItem(ToolboxItemType=null, ToolboxItemTypeName="")>
        <DefaultEvent(Name="Load")>
        <DesignTimeVisible(Visible=False)>
        <Designer(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="System.Windows.Forms.Design.ScrollableControlDesigner, System.Design, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
        <DefaultProperty(Name="Text")>
        <Designer(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="System.Windows.Forms.Design.ControlDesigner, System.Design, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
        <DesignerSerializer(SerializerTypeName="System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", SerializerBaseTypeName="System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
        <ToolboxItemFilter(FilterString="System.Windows.Forms", FilterType=(ToolboxItemFilterType.Allow))>
Public Class ConnectionStringEditorForm
Inherits Form
 
      
        [C#]
        [DesignerCategory(Category="Form")]
        [Designer(DesignerBaseTypeName="System.ComponentModel.Design.IRootDesigner, System, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", DesignerTypeName="System.Windows.Forms.Design.FormDocumentDesigner, System.Design, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
        [ToolboxItem(ToolboxItemType=null, ToolboxItemTypeName="")]
        [DefaultEvent(Name="Load")]
        [DesignTimeVisible(Visible=False)]
        [Designer(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="System.Windows.Forms.Design.ScrollableControlDesigner, System.Design, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
        [DefaultProperty(Name="Text")]
        [Designer(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="System.Windows.Forms.Design.ControlDesigner, System.Design, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
        [DesignerSerializer(SerializerTypeName="System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", SerializerBaseTypeName="System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
        [ToolboxItemFilter(FilterString="System.Windows.Forms", FilterType=(ToolboxItemFilterType.Allow))]
        public class ConnectionStringEditorForm
 : Form 
      Thread Safety
      Public static (Shared in Visual Basic) members of this type are 
				safe for multithreaded operations. Instance members are not guaranteed to be 
				thread-safe.
      Requirements
      
        Namespace: 
        Npgsql.Design
      
      
        Assembly: Npgsql (in Npgsql.dll)
					
      See Also
      
        ConnectionStringEditorForm Members | Npgsql.Design Namespace