[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Ein Steuerelement, welches eine vollständige DynamicNodes-Entwicklungsumgebung hostet. Zum Starten der Entwicklungsumgebung muss die Methode BootEnvironment()()()() aufgerufen werden.

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

Syntax

C#
public class DNApplicationControl : UserControl, 
	IGuiHost, IWin32Window
Visual Basic
Public Class DNApplicationControl _
	Inherits UserControl _
	Implements IGuiHost, IWin32Window
F#
type DNApplicationControl =  
    class
        inherit UserControl
        interface IGuiHost
        interface IWin32Window
    end

Inheritance Hierarchy

See Also