NodeAttachMode

Description

The NodeAttachMode enumeration contains a position relative to another element, to which this tree element should be moved.

It is used by the following properties and methods:

Available Values

Value Brief description
0 AddChildLast. The last child element relative to the specified node.
1 AddChildFirst. The first child element relative to the specified node.
2 AddLast. The last element on the level, on which the specified element is located.
3 Insert. Before the specified element.
4 AddFirst. The first element on the level, on which the specified element is located.

See also:

System Assembly Enumerations