The base class for design-time editors for class names of forms derived from a certain base form type.

Namespace:  C1.C1Preview.Design
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public abstract class DropDownFormClassNameEditor : UITypeEditor
Visual Basic
Public MustInherit Class DropDownFormClassNameEditor _
	Inherits UITypeEditor

Inheritance Hierarchy

System..::..Object
  System.Drawing.Design..::..UITypeEditor
    C1.C1Preview.Design..::..DropDownFormClassNameEditor

See Also