[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Die Basisklasse für Ansichtsfenster in der Entwicklungsumgebung.

Namespace: DynamicNode.WinApp.Views
Assembly: DNWinApp (in DNWinApp.exe) Version: 1.4.4679.19840 (1.4.0.0)

Syntax

C#
public abstract class AbstractView : DockContent
Visual Basic
Public MustInherit Class AbstractView _
	Inherits DockContent
F#
[<AbstractClassAttribute>]
type AbstractView =  
    class
        inherit DockContent
    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..::..Form
              DockContent
                DynamicNode.WinApp.Views..::..AbstractView

See Also