Method Create
- Namespace
- Alternet.FormDesigner.Wpf.Outline
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
Create(DesignItem, IOutlineControl)
Creates IOutlineNode
and associates it with given DesignItem
object.
public static IOutlineNode Create(DesignItem designItem, IOutlineControl owner)
Parameters
designItem
DesignItemDesignItem
that is keeped in this node.owner
IOutlineControlIOutlineControl
owns this new node.
Returns
- IOutlineNode
Created
IOutlineNode
.