ComboboxFormFieldSignature

ComboboxFormFieldSignature(string)

Creates ComboboxFormFieldSignature with predefined name.

public ComboboxFormFieldSignature(string name)
Parameter Type Description
name String Name of form field object.

See Also


ComboboxFormFieldSignature(string, List<string>)

Creates ComboboxFormFieldSignature with predefined name and options list.

public ComboboxFormFieldSignature(string name, List<string> items)
Parameter Type Description
name String Name of form field object.
items List`1 Values of combo-box list.

See Also


ComboboxFormFieldSignature(string, List<string>, object)

Creates ComboboxFormFieldSignature with predefined name, options list and selected value.

public ComboboxFormFieldSignature(string name, List<string> items, object selected)
Parameter Type Description
name String Name of form field object.
items List`1 Values of combo-box list.
selected Object Selected value.

See Also