[]
        
(Showing Draft Content)

C1.C1Preview.TagListInputParams

TagListInputParams Class

Represents customization parameters for input of tag values that can be selected from a list.

Inheritance
TagListInputParams
Implements
Namespace: C1.C1Preview
Assembly: C1.WPF.PrintDocument.4.6.2.dll
Syntax
public class TagListInputParams : TagInputParams, ICloneable

Constructors

Name Description
TagListInputParams()

Initializes a new instance of the TagListInputParams class.

TagListInputParams(TagListInputParamsTypeEnum, params TagListInputParamsItem[])

Initializes a new instance of the TagListInputParams class.

Properties

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.

Methods

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.