[]
Represents customization parameters for input of tag values that can be selected from a list.
public class TagListInputParams : TagInputParams, ICloneable
| Name | Description |
|---|---|
| TagListInputParams() | Initializes a new instance of the TagListInputParams class. |
| TagListInputParams(TagListInputParamsTypeEnum, params TagListInputParamsItem[]) | Initializes a new instance of the TagListInputParams class. |
| Name | Description |
|---|---|
| HasItems | Gets the value indicating whether the list contains any items. |
| Items | Gets the collection of list items. |
| Type | Gets or sets the type of list input to use. |
| Name | Description |
|---|---|
| AssignFrom(TagInputParams) | Copies the properties of the specified object to the current object. |
| CheckValue(Control, Tag, ref string) | Checks the value contained in the control. |
| ControlValueToTag(Control, Tag) | Copies the value from the control to the tag. |
| CreateControl(Tag, int) | Creates a ListBox or a ComboBox, depending on the Type of list input. |
| TagValueToControl(Control, Tag) | Copies the value from the tag to the control. |