MobileForms Toolkit Documentation

TemplateSet.Add Method 

Adds a ItemTemplate to the end of the TemplateSet.

public int Add(
ItemTemplate value
);

Parameters

value
The ItemTemplate 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.AdvancedComboBox Namespace