Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

InsertAfter Method, ItemClass Class

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

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

Syntax

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

Return Value

The new item.

Comments

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

See Also ItemClass Class | Classes | SftTree/NET 2.0