PCustomControlTemplateIntegration.CreateLayout Method

PlantiT

PCustomControlTemplateIntegrationCreateLayout Method

Methode zur Erstellung des Controls: Hier passiert die Verbindung zwischen Prozessbild(designer) und Custom Control. Bindings sorgen für den Datenfluss. (Properties müssen gebunden werden)

Namespace:  PlantiT.User.CustomControlTemplate
Assembly:  PlantiT.User.CustomControlTemplate (in PlantiT.User.CustomControlTemplate.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
private UIElement CreateLayout()
Private Function CreateLayout As UIElement
private:
UIElement^ CreateLayout()
private member CreateLayout : unit -> UIElement 

Return Value

Type: UIElement

[Missing <returns> documentation for "M:PlantiT.User.CustomControlTemplate.PCustomControlTemplateIntegration.CreateLayout"]

See Also