[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Ein Eigenschaftsfenster für beliebige Objekte. Dieses Dialogfenster wird typischerweise mit den Property-Wrapper-Klassen aus dem Namensraum DynamicNode.WinApp.PropertyWrapper verwendet.

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

Syntax

C#
public class PropertyDialog : Form
Visual Basic
Public Class PropertyDialog _
	Inherits Form
F#
type PropertyDialog =  
    class
        inherit Form
    end

Inheritance Hierarchy

See Also