HeaderPane
Main
Hide

SftTree/NET 3.0 - Tree Control for Windows Forms

Share Link
Print

CopyStyleEnum Enumeration

Used with the ItemClass.Copy method to define how the item is copied.

Class: (none)
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public enum CopyStyleEnum;
Public Enum CopyStyleEnum

Values

NameDescription
BeforeTargetAsSiblingThe new item is inserted before the target item as the target item's sibling.
AfterTargetAsSiblingThe new item is inserted after the target item as the target item's sibling.
TargetAsParentInsertFirstThe new item is added as the target item's first child item.
TargetAsParentAddThe new item is added as the target item's last child item.

Comments

Used with the ItemClass.Copy method to define how the item is copied.

See Also | Classes | SftTree/NET 3.0