Namespace: CodeSmith.CustomProperties
Assembly: CodeSmith.CustomProperties (in CodeSmith.CustomProperties.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
[ObsoleteAttribute("The NameValueCollectionEditor has been deprecated.", 
	false)]
public class NameValueCollectionEditorUI : Form
Visual Basic
<ObsoleteAttribute("The NameValueCollectionEditor has been deprecated.", 
	false)> 
Public Class NameValueCollectionEditorUI
	Inherits Form

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Windows.Forms..::..Control
        System.Windows.Forms..::..ScrollableControl
          System.Windows.Forms..::..ContainerControl
            System.Windows.Forms..::..Form
              CodeSmith.CustomProperties..::..NameValueCollectionEditorUI

See Also