Click or drag to resize

TermChoiceFieldCreateControl Method (FieldsForm, Boolean)

Creates a control for this TermChoiceField.

Namespace:  Colygon.MatchPoint.Taxonomy
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public override Control CreateControl(
	FieldsForm form,
	bool readOnly
)

Parameters

form
Type: Colygon.MatchPoint.Core.WebParts.FormFieldsForm
readOnly
Type: SystemBoolean
Whether the control should be read-only or not.

Return Value

Type: Control
The newly created control.
Exceptions
ExceptionCondition
ArgumentException Thrown in case of an unknown or unsupported ControlType.
See Also