MobileForms Toolkit Documentation

TemplateSet.Add Method 

Adds a NodeTemplate to the end of the TemplateSet.

public int Add(
NodeTemplate value
);

Parameters

value
The NodeTemplate to be added to the end of the TemplateSet.

Return Value

The position into which the new element was inserted.

See Also

TemplateSet Class | Resco.Controls.AdvancedTree Namespace