[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Ein Steuerelement zur Auswahl eines CLR-Konstruktors.

Namespace: DynamicNode.Ext.Objects
Assembly: DNExtObjects (in DNExtObjects.dll) Version: 1.1.4679.19819 (1.1.0.0)

Syntax

C#
public class ConstructorSelector : UserControl
Visual Basic
Public Class ConstructorSelector _
	Inherits UserControl
F#
type ConstructorSelector =  
    class
        inherit UserControl
    end

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Windows.Forms..::..Control
        System.Windows.Forms..::..ScrollableControl
          System.Windows.Forms..::..ContainerControl
            System.Windows.Forms..::..UserControl
              DynamicNode.Ext.Objects..::..ConstructorSelector

See Also