NodeAttachMode

Description

The NodeAttachMode enumeration contains position relative to another component, in which the given tree element should be placed.

It is used by the following properties and methods:

Available Values

Value Brief description
0 AddChildLast. Last child element relative to the specified node.
1 AddChildFirst. First child element relative to the specified node.
2 AddLast. Last on the level, on which the specified element is placed.
3 Insert. Before the specified element.
4 AddFirst. First on the level, on which the specified element is placed.

See also:

Forms Assembly Enumerations