Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

InsertBefore Method, ItemClass Class

Inserts a new item as the previous sibling of this item.

Class: ItemClass
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public ItemClass InsertBefore();
Public Function InsertBefore() As ItemClass

Return Value

The new item.

Comments

Inserts a new item as the previous sibling of this item.

See Also ItemClass Class | Classes | SftTree/NET 2.0