MobileForms Toolkit Documentation

AdvancedComboBox.Templates Property

Gets or sets the current template set.

public TemplateSet Templates {get; set;}

Property Value

The TemplateSet containing currently used templates.

Remarks

TemplateSet is the collection of ItemTemplates. The TemplateIndex and SelectedTemplateIndex are the indices to this template set, using the default templates, when incorrect index is used.

You can have prepared more template sets for different occassions, and change the look of the AdvancedComboBox by simply swapping the template sets without changing the indices in each ListItem.

See Also

AdvancedComboBox Class | Resco.Controls.AdvancedComboBox Namespace