MobileForms Toolkit Documentation

TemplateSet.Insert Method 

Inserts an element into the TemplateSet at the specified index.

public void Insert(
int index,
NodeTemplate value
);

Parameters

index
The zero-based index at which value should be inserted.
value
The NodeTemplate to insert.

See Also

TemplateSet Class | Resco.Controls.AdvancedTree Namespace