|
|
|
|
InsertAfter Method, ItemClass Class |
Inserts a new item as the next sibling of this item.
Syntax ItemClass Class (Softelvdm.SftTreeNET)
VB |
Public Function InsertAfter() As ItemClass |
C# |
public ItemClass InsertAfter(); |
C++ |
public: ItemClass^ InsertAfter(); |
Return Value
The new item.
Comments
The InsertAfter method inserts a new item as the next sibling of this item.