[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Ein Benutzersteuerelement für Wahrheitswerte zur Verwendung in einer Knotensteuerung. Es kann direkt an einen Eingang vom Typ Boolean gebunden werden.

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

Syntax

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

See Also