Allows you to quickly edit an NameValueCollection.

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 NameValueCollectionEditor : UITypeEditor
Visual Basic
<ObsoleteAttribute("The NameValueCollectionEditor has been deprecated.", 
	false)> 
Public Class NameValueCollectionEditor
	Inherits UITypeEditor

Inheritance Hierarchy

System..::..Object
  System.Drawing.Design..::..UITypeEditor
    CodeSmith.CustomProperties..::..NameValueCollectionEditor

See Also