Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

InsertFirst Method, ItemClass Class

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

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

Syntax

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

Return Value

The new item.

Comments

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

In other words, InsertFirst inserts a new item as the parent's first dependent.

See Also ItemClass Class | Classes | SftTree/NET 2.0