PdfFormComboBoxEditable Property
A flag indicating if the combo box includes also an editable noteText box besides the drop down list.
This property is true by default
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public bool Editable { get; set; }
Public Property Editable As Boolean
Get
Set
public:
property bool Editable {
bool get ();
void set (bool value);
}
member Editable : bool with get, set
Property Value
Boolean