Click or drag to resize
TermChoiceFieldCreateControl Method (FieldsForm, Boolean)
Creates a control for this TermChoiceField.

Namespace: Colygon.MatchPoint.Taxonomy
Assembly: Colygon.MatchPoint.Server (in Colygon.MatchPoint.Server.dll) Version: 2013.11.0.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