Gets or sets a value indicating whether this combo box includes an
editable text box as well as a drop-down list.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public bool HasEditField { get; set; }
VB
Public Property HasEditField As Boolean
Get
Set
Property Value
Type:
Booleantrue if this combo box includes an editable text box as
well as a drop-down list; otherwise,
false.
See Also