Allows you quickly edit a string collection.

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

Syntax

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

Inheritance Hierarchy

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

See Also