[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Die Basisklasse für Cockpit-Steuerelemente die einen Wert ausgeben.

Namespace: DynamicNode.Ext.Cockpit
Assembly: DNExtCockpit (in DNExtCockpit.dll) Version: 1.0.4679.19815 (1.0.0.0)

Syntax

C#
public class BaseCockpitOutputControl : BaseCockpitControl
Visual Basic
Public Class BaseCockpitOutputControl _
	Inherits BaseCockpitControl
F#
type BaseCockpitOutputControl =  
    class
        inherit BaseCockpitControl
    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.Cockpit..::..BaseCockpitControl
                DynamicNode.Ext.Cockpit..::..BaseCockpitOutputControl

See Also