Click or drag to resize
Pdftools logo

ComboBoxChosenItem Property

The selected combo box item

If this property is then the EditableItemName is the selected value. Setting this property automatically sets EditableItemName to .

Namespace: PdfTools.FourHeights.PdfToolbox.Pdf.Forms
Assembly: PdfTools.FourHeights.PdfToolbox (in PdfTools.FourHeights.PdfToolbox.dll) Version: 4.4.1+cd45f416896d630bcd3719f4b2cba7920f2790da
Syntax
C#
public ChoiceItem ChosenItem { get; set; }

Property Value

ChoiceItem
Exceptions
ExceptionCondition
InvalidOperationExceptionif the object has already been closed
NotSupportedException[set] if the document is read-only
ArgumentException[set] if the provided choice item object does not belong to the combo box field
InvalidOperationException[set] if the form field is marked as read-only
InvalidOperationException[set] if the form field has widgets
See Also