[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Eine Knoten-Steuerung für Sub-Graph-Knoten. Diese Steuerung wurde vom Kern in die visuellen Erweiterungen ausgelagert, damit das DNCore-Assembly keine Verweise auf System.Windows.Forms benötigt.

Namespace: DynamicNode.Ext.Visual
Assembly: DNVisual (in DNVisual.dll) Version: 1.3.4679.19811 (1.3.0.0)

Syntax

C#
public class SubGraphControlPanel : UserControl
Visual Basic
Public Class SubGraphControlPanel _
	Inherits UserControl
F#
type SubGraphControlPanel =  
    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.Visual..::..SubGraphControlPanel

See Also