The strong types Value

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

Syntax

C#
public ListOption DropDownListValue { get; set; }
Visual Basic
Public Property DropDownListValue As ListOption
	Get
	Set

Remarks

If no option is selected nullNothingnullptra null reference (Nothing in Visual Basic) is returned. If AllowCustomTextEntry is enabled and a custom entry is entered, nullNothingnullptra null reference (Nothing in Visual Basic) is returned, please use the .Value property to get the custom value.

See Also