MobileForms Toolkit Documentation

TemplateSet.IndexOf Method 

Searches for the specified ItemTemplate and returns the zero-based index of the first occurrence within the entire TemplateSet.

public int IndexOf(
ItemTemplate value
);

Parameters

value
The ItemTemplate to locate in the TemplateSet.

Return Value

The zero-based index of the first occurrence of value within the entire TemplateSet, if found; otherwise, -1.

See Also

TemplateSet Class | Resco.Controls.AdvancedComboBox Namespace