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

Syntax

C#
[ObsoleteAttribute("The StringCollectionEditorUI has been deprecated.", 
	false)]
public class StringCollectionEditorUI : Form
Visual Basic
<ObsoleteAttribute("The StringCollectionEditorUI has been deprecated.", 
	false)> 
Public Class StringCollectionEditorUI
	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..::..StringCollectionEditorUI

See Also