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: 1.0.0
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