[This is preliminary documentation and is subject to change.]

Provides a modal dialog box for editing the contents of the ListWithEvents<(Of <(<'T>)>)> using a UITypeEditor.

Namespace: Tools.WindowsT.FormsT
Assembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
[DesignerGeneratedAttribute]
protected class CollectionForm : CollectionEditor..::..CollectionForm
Visual Basic
<DesignerGeneratedAttribute> _
Protected Class CollectionForm _
	Inherits CollectionEditor..::..CollectionForm
Visual C++
[DesignerGeneratedAttribute]
protected ref class CollectionForm : public CollectionEditor..::..CollectionForm
F#
[<DesignerGeneratedAttribute>]
type CollectionForm =  
    class
        inherit CollectionEditor..::..CollectionForm
    end
JScript
protected class CollectionForm extends CollectionEditor..::..CollectionForm

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
              System.ComponentModel.Design..::..CollectionEditor..::..CollectionForm
                Tools.WindowsT.FormsT..::..LinkLabel..::..LinkLabelItemsEditor..::..CollectionForm

See Also