The default value for this field.

Namespace: TallComponents.PDF.Forms.Fields
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public ListOption[] ListBoxDefaultValue { get; set; }
Visual Basic
Public Property ListBoxDefaultValue As ListOption()
	Get
	Set

Remarks

If no default option is selected an empty array is returned.

Notice: Multiple selection is not supported, so at max 1 item will be returned / may be set.

See Also